From 553429cb2a5dd45ca85f0f77f546a56df8ab52dc Mon Sep 17 00:00:00 2001 From: David Date: Sun, 1 Oct 2017 22:34:46 +0200 Subject: [PATCH] add dart --- hello_world.dart | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello_world.dart diff --git a/hello_world.dart b/hello_world.dart new file mode 100644 index 0000000..ca46b90 --- /dev/null +++ b/hello_world.dart @@ -0,0 +1,3 @@ +main() { + print('Hello, World!'); +} \ No newline at end of file