devGYU World
[Exercism Dart] Hello World 솔루션 본문

본 문제는 가장 기본적인 "Hello world"를 리턴하는 예제이다.
예제를 풀기 위한 코드는 아래와 같다.
class HelloWorld {
String hello() {
return "Hello, World!";
}
}
참고
Hello World in Dart on Exercism
Can you solve Hello World in Dart? Improve your Dart skills with support from our world-class team of mentors.
exercism.org
GitHub - gyu0710/dart: Exercism Dart Solutions
Exercism Dart Solutions. Contribute to gyu0710/dart development by creating an account on GitHub.
github.com
'etc > exercise' 카테고리의 다른 글
[Exercism Dart] Armstrong Numbers 솔루션 (0) | 2022.03.18 |
---|---|
[ Exercism Dart] Scrabble Score 솔루션 (0) | 2022.03.18 |
[ Exercism Dart] Difference Of Squares 솔루션 (0) | 2022.03.18 |
[Exercism Dart] Leap 솔루션 (0) | 2022.03.18 |
[Exercism Dart] Two Fer 솔루션 (0) | 2022.03.18 |
Comments