Skip to content

Commit

Permalink
Haskell without any additional imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Welcz committed Dec 11, 2018
1 parent 53f2877 commit ef9529d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import Control.Monad.Fix
main = putStr $ fix ('e':)
main = putStr $ cycle "e"

0 comments on commit ef9529d

Please sign in to comment.