2018-08-22 01:37:32 -03:00

5 lines
61 B
Plaintext
Executable File

proc helloWorld () {
print "Hello World\n";
}
helloWorld;