...

/

Challenge 1: REPL with IO Monad

Challenge 1: REPL with IO Monad

Test your knowledge by writing REPL code for a problem related to the IO monad.

Problem statement

Write a simple REPL using the IO monad that reads user input and outputs its uppercase version.

Expected

...