This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
CIS194
Watch
1
Star
0
Fork
You've already forked CIS194
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f7fac09b9
CIS194
/
Lecture 01
/
scratch
/
isEven.hs
4 lines
53 B
Haskell
Raw
Blame
History
isEven
::
Integer
->
Bool
isEven
n
=
n
`
mod
`
2
==
0
Reference in New Issue
View Git Blame
Copy Permalink