From 8e81448588b79aeae0b9a493f4dc3c11cc447844 Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Tue, 29 Oct 2013 19:09:46 +0800 Subject: [PATCH 1/2] add moonscript --- m/moonscript.moon | 1 + 1 file changed, 1 insertion(+) create mode 100644 m/moonscript.moon diff --git a/m/moonscript.moon b/m/moonscript.moon new file mode 100644 index 00000000..a968078c --- /dev/null +++ b/m/moonscript.moon @@ -0,0 +1 @@ +print 'hello world' From 790e98739202fcbc9089b2c45224bad961337927 Mon Sep 17 00:00:00 2001 From: Michal Plichta Date: Wed, 30 Oct 2013 17:50:10 +0100 Subject: [PATCH 2/2] Create virgil.v3 --- v/virgil.v3 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 v/virgil.v3 diff --git a/v/virgil.v3 b/v/virgil.v3 new file mode 100644 index 00000000..4fdb3166 --- /dev/null +++ b/v/virgil.v3 @@ -0,0 +1,3 @@ + def main() { + System.puts("Hello World!\n"); + }