Files
hello-world/v/virgil.v3
Michal Plichta 790e987392 Create virgil.v3
2013-10-30 17:50:10 +01:00

4 lines
56 B
Plaintext

def main() {
System.puts("Hello World!\n");
}