fun main: int = do -- Normal way of hello world @write("Hello, World!\n"); return 69; end;