feat: setup day 1
This commit is contained in:
parent
c0e8a1fba0
commit
6b5b57052b
1 changed files with 4 additions and 0 deletions
4
2020/01/main.hs
Executable file
4
2020/01/main.hs
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env runghc
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello, Advent of Code 2020!"
|
Loading…
Reference in a new issue