1
0
Fork 0

feat: setup day 1

This commit is contained in:
Sloane Perrault 2022-09-21 09:19:52 -04:00
parent c0e8a1fba0
commit 6b5b57052b

4
2020/01/main.hs Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env runghc
main :: IO ()
main = putStrLn "Hello, Advent of Code 2020!"