functional-workshop

functional programming principles applied in C#


Project maintained by B1tF8er Hosted on GitHub Pages — Theme by mattgraham

Make bash files linux executables

> chmod u+x ./scripts/run-dotnet
> chmod u+x ./scripts/run-docker

dotnet

Run using dotnet on linux/macos

> ./scripts/run-dotnet

Run using dotnet on windows

> ./scripts/run-dotnet.ps1

docker

Run using docker on linux/macos

> ./scripts/run-docker

Run using docker on windows

> ./scripts/run-docker.ps1