projects
/
advent-of-code-16.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed needless directory
[advent-of-code-16.git]
/
src
/
Lib.hs
1
module Lib
2
( someFunc
3
) where
4
5
someFunc :: IO ()
6
someFunc = putStrLn "someFunc"