Skip to content

Instantly share code, notes, and snippets.

@mfelsche
Created February 9, 2022 21:41
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 mfelsche/b1740dbe0b8b19731c91a74b70ab32bb to your computer and use it in GitHub Desktop.
Save mfelsche/b1740dbe0b8b19731c91a74b70ab32bb to your computer and use it in GitHub Desktop.
actor Main
new create(env: Env) =>
env.out.print("Hello, world!")
env.err.print("Hello, world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment