This repository contains the implementation of the CIS 194 (2013) course but in C++.
CIS 194 teaches Functional Programming in Haskell.
This repo demonstrates the same Functional Programming paradigms in C++.
It is (or was, depending on when you read this) streamed on Twitch:
# Configure into ./build
$ cmake --preset=default
# Build everything
$ cmake --build --preset=default -- -s
# Build just Homework2
$ cmake --build --preset=default --target Homework2 -- -s