5 lines
83 B
Haskell
5 lines
83 B
Haskell
|
#!/usr/bin/env runghc
|
||
|
|
||
|
main :: IO ()
|
||
|
main = putStrLn "Hello, Advent of Code 2020!"
|