Entry point of KonsolScript; required function to any KonsolScript program
Try changing main to something (ex, foobar) and the program will fail to execute. Otherwise, it will display hello world.
function main() { Konsol:Log("hello world") }