index
:
wmiuwr.git
main
My university solutions, lists and stuff. If you want to thank me for my notes, then buy me a craft beer (preferably IPA or baltic porter). Or just say *thank you* when we meet :)
Franciszek Malinka
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semestr-3
/
pf
/
lista8
/
test
/
src
/
Lib.hs
blob: d36ff2714d5b36319784afa370e0f0d111d57ef1 (
plain
)
1
2
3
4
5
6
module
Lib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"