Last active
November 13, 2020 08:45
-
-
Save lidangzzz/284d5690c26f572e5340ab6009d1024b to your computer and use it in GitHub Desktop.
func1.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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