Haskell without any additional imports

This commit is contained in:
Christoph Welcz 2018-12-11 21:53:39 +01:00
parent 53f28771e4
commit ef9529d467

3
e.hs
View File

@ -1,3 +1,2 @@
import Control.Monad.Fix main = putStr $ cycle "e"
main = putStr $ fix ('e':)