Files
hello-world/d/Dart.dart
2018-08-22 01:37:32 -03:00

4 lines
37 B
Dart
Executable File

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