1
m/moonscript.moon
Normal file
1
m/moonscript.moon
Normal file
@@ -0,0 +1 @@
|
||||
print 'hello world'
|
||||
3
v/virgil.v3
Normal file
3
v/virgil.v3
Normal file
@@ -0,0 +1,3 @@
|
||||
def main() {
|
||||
System.puts("Hello World!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user