1
0
Fork 0
advent-of-code/2020/01/main.hs
2020-11-30 23:53:21 -05:00

4 lines
83 B
Haskell
Executable file

#!/usr/bin/env runghc
main :: IO ()
main = putStrLn "Hello, Advent of Code 2020!"