Create virgil.v3

This commit is contained in:
Michal Plichta
2013-10-30 17:50:10 +01:00
parent 8e81448588
commit 790e987392

3
v/virgil.v3 Normal file
View File

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