Skip to content

Instantly share code, notes, and snippets.

@mmerce
Last active May 19, 2020 21:32
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 mmerce/49e0a69cab117b6a11fb490140326020 to your computer and use it in GitHub Desktop.
Save mmerce/49e0a69cab117b6a11fb490140326020 to your computer and use it in GitHub Desktop.
Basic example of WhizzML code for tests
{"inputs": [{"type": "number",
"name": "a",
"default": 1},
{"type": "number",
"name": "b",
"default": 1}],
"outputs": [{"type": "number",
"name": "sum"}]}
(define sum
(+ a b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment