exercism/dart/hello-world/lib/hello_world.dart

6 lines
70 B
Dart

class HelloWorld {
String hello() {
// Put your code here
}
}