first commit

This commit is contained in:
thornAvery 2021-12-01 02:56:43 +00:00
commit 1cb9558160
9 changed files with 158 additions and 0 deletions

4
code/src/01/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Hello World 01!"