projects
/
advent-of-code-23.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Done day 20 part 1
[advent-of-code-23.git]
/
app
/
Main.hs
1
module Main where
2
3
main :: IO ()
4
main = putStrLn "Hello, Haskell!"