added module definition
This commit is contained in:
parent
8f7fac09b9
commit
8eb0326df5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
module CreditCard where
|
||||
|
||||
lastDigit :: Integer -> Integer
|
||||
lastDigit n = n `mod` 10
|
||||
|
|
Loading…
Reference in a new issue