Skip to content

Instantly share code, notes, and snippets.

@joseoliv
Last active March 12, 2021 18:44
Show Gist options
  • Save joseoliv/b95096c015b9ca30e9679c1c39a40abb to your computer and use it in GitHub Desktop.
Save joseoliv/b95096c015b9ca30e9679c1c39a40abb to your computer and use it in GitHub Desktop.
Hello world program in Cyan
package main
object Program
func run {
"Hello world" println
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment