Skip to content

Commit

Permalink
Chapter 2 complete
Browse files Browse the repository at this point in the history
  • Loading branch information
SevroAuBarca committed Oct 13, 2022
1 parent d07205b commit ac2781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chapter1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ Implement a function that returns the first digit of a given number.
You need to use recursion in this task. Feel free to return to it later, if you
aren't ready for this boss yet!
-}

firstDigit :: Int -> Int
firstDigit n = error "firstDigit: Not implemented!"
{-
You did it! Now it is time to open a pull request with your changes
Expand Down

0 comments on commit ac2781e

Please sign in to comment.