Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/b8b85fddd698b8a76d72 to your computer and use it in GitHub Desktop.
Save rightfold/b8b85fddd698b8a76d72 to your computer and use it in GitHub Desktop.
use io
use str
func Print (text: string)
io.Write io.Stdout (str.Encode str.UTF8 text)
end
func Main!
Print "Hello, world!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment