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

6 lines
70 B
Dart
Raw Normal View History

2018-08-14 22:28:48 +00:00
class HelloWorld {
String hello() {
// Put your code here
}
}