1
0
Fork 0

feat: setup day 1

This commit is contained in:
Zach Perrault 2020-11-30 23:53:21 -05:00
parent 0f476ac66d
commit d1d7810593
No known key found for this signature in database
GPG key ID: D59F59045E12F0F5

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!"