Merge pull request #1 from emcek/master

Create virgil.v3
This commit is contained in:
Jakukyo Friel 2013-10-30 23:26:45 -07:00
commit 3a83777383

3
v/virgil.v3 Normal file
View File

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