Print "Hello World!"
In line with the tradition passed down generation after generation of programmers starting out a new programming language or just trying stuff around, the "Hello world" program is almost a must.
From languages that do this in one line:
print "Hello ...
webwalkerx.hashnode.dev