Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Browse files Browse the repository at this point in the history
IDRIS EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
  • Loading branch information
LinuxMercedes committed Dec 8, 2018
1 parent 5fee101 commit 6e8b1d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions e.idr
@@ -0,0 +1,12 @@
e : IO ()
e = do
putChar 'e'
e

ee : IO ()
ee = do
disableBuffering
e

main : IO ()
main = ee

0 comments on commit 6e8b1d8

Please sign in to comment.