diff options
Diffstat (limited to 'haskell/template.hs')
-rw-r--r-- | haskell/template.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/template.hs b/haskell/template.hs new file mode 100644 index 0000000..a72d31e --- /dev/null +++ b/haskell/template.hs @@ -0,0 +1,4 @@ +p4 :: Int +p4 = + +main = putStrLn $ "Solution: " ++ show p4 |