4 lines
72 B
Awk
4 lines
72 B
Awk
BEGIN {
|
|
# This is our main startup procedure
|
|
print "Hello World!"
|
|
}
|