Source code of the examples/exerciese of cats-effect tutorial.
All contents are realeased under the Apache v2 license.
Code can be compiled using sbt
:
$ sbt
> compile
Any of the files can be executed also using sbt
. So for example to run
catsEffectTutorial.CopyFile
to copy an origin.txt
file to another
destination.txt
file we will run:
> runMain catsEffectTutorial.CopyFile origin.txt destination.txt