5 lines
61 B
Plaintext
Executable File
5 lines
61 B
Plaintext
Executable File
proc helloWorld () {
|
|
print "Hello World\n";
|
|
}
|
|
helloWorld;
|