Added Dart

This commit is contained in:
bcnjr5
2013-05-27 22:37:41 -03:00
parent b5a0e7a72d
commit 533f3670c1

4
Dart.dart Normal file
View File

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