Skip to content

Instantly share code, notes, and snippets.

@donald-pinckney
Last active March 26, 2019 23:28
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 donald-pinckney/4671dfdd0b5261f74085290a012d3d97 to your computer and use it in GitHub Desktop.
Save donald-pinckney/4671dfdd0b5261f74085290a012d3d97 to your computer and use it in GitHub Desktop.
Simple Hello World Idris Function
module MyFunction
hello : String -> String
hello req = "Hello: " ++ req
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment