1
0
Fork 0
advent-of-code/2020/01/main.hs
2022-09-21 09:19:52 -04:00

4 lines
83 B
Haskell
Executable file

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