Author
Message
Meka][Meka
Unstopable
Posts: 700
Code:
# Hello World in awk
BEGIN {
print "Hello World!"
exit
}