Source code of the examples/exerciese of cats-effect tutorial.
All contents are realeased under the Apache v2 license.
There are different releases of this tutorial for different versions
of cats-effect. Each release is properly tagged (e.g. cats-effect_v2.0.0
for cats-effect v2.0.0).
Code can be compiled using sbt:
$ sbt
> compileAny 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