Skip to content

Instantly share code, notes, and snippets.

@lidangzzz
Last active November 13, 2020 08:45
Show Gist options
  • Save lidangzzz/284d5690c26f572e5340ab6009d1024b to your computer and use it in GitHub Desktop.
Save lidangzzz/284d5690c26f572e5340ab6009d1024b to your computer and use it in GitHub Desktop.
func1.hs
/*
Function Libray: func1
Author: lidangzzz
Parameter: number
Return: number
*/
function func1(val){
return val*val + 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment