diff options
Diffstat (limited to 'Foo.hs')
| -rw-r--r-- | Foo.hs | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +-- Karmabot By Paul C. Buetow + +module Main (main) where + +import Control.Monad.State +import IO + +main = return $ "hello" + |
