Skip to content

Commit

Permalink
Remove unnecessary print statement in Exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Nov 13, 2023
1 parent 6699742 commit 0987b32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/exercises/Exercise6.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Given the main function
```haskell
main :: IO ()
main = do secret <- getRandomFromTime
print secret
putStrLn "Try to guess a secret number 1-100."
input <- getLine
let guess = read input :: Int
Expand Down

0 comments on commit 0987b32

Please sign in to comment.