Files
hello-world/d/Dart.dart
2014-05-14 08:01:36 -04:00

5 lines
37 B
Dart

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