Skip to content

Instantly share code, notes, and snippets.

@raclettes
Created June 14, 2017 19:01
Show Gist options
  • Save raclettes/c982925f38891da5b727f85d13547643 to your computer and use it in GitHub Desktop.
Save raclettes/c982925f38891da5b727f85d13547643 to your computer and use it in GitHub Desktop.
//---------------------------------------------------------------------------\\
// vim: ft=mercury ts=4 sw=4 et \\
//---------------------------------------------------------------------------\\
// Highlight with mercury for better looks \\
:- import stdlib/io
:- func say_hello string = nothing
say_hello(name) =
write("Hello, " + name + "!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment