feat: setup day 1
This commit is contained in:
parent
0f476ac66d
commit
d1d7810593
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