Merge pull request #114 from weakish/master

add moonscript
This commit is contained in:
Mike Donaghy 2014-01-23 13:18:05 -08:00
commit 743b8df0af
2 changed files with 4 additions and 0 deletions

1
m/moonscript.moon Normal file
View File

@ -0,0 +1 @@
print 'hello world'

3
v/virgil.v3 Normal file
View File

@ -0,0 +1,3 @@
def main() {
System.puts("Hello World!\n");
}