dart's hello world

This commit is contained in:
Jean-Sebastien Ney
2012-04-30 13:45:09 +02:00
parent 38f6567c5c
commit cd6bb19ef6

3
d/dart.dart Normal file
View File

@@ -0,0 +1,3 @@
main() {
print('Hello, World!');
}