Skip to content

Commit ac2781e

Browse files
author
SevroAuBarca
committed
Chapter 2 complete
1 parent d07205b commit ac2781e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Chapter1.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ Implement a function that returns the first digit of a given number.
676676
You need to use recursion in this task. Feel free to return to it later, if you
677677
aren't ready for this boss yet!
678678
-}
679-
679+
firstDigit :: Int -> Int
680680
firstDigit n = error "firstDigit: Not implemented!"
681681
{-
682682
You did it! Now it is time to open a pull request with your changes

0 commit comments

Comments
 (0)