Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created April 11, 2014 13:26
Show Gist options
  • Save BitPuffin/10468782 to your computer and use it in GitHub Desktop.
Save BitPuffin/10468782 to your computer and use it in GitHub Desktop.
proc foo() =
echo "lol"
proc bar() =
echo "wat"
foo()
bar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment