Files
hello-world/d/Dart.dart
2015-02-17 19:08:32 -08:00

4 lines
37 B
Dart

main() {
print('Hello, World!');
}