Activity: Functions

This courses utilizes exercise files which are packaged in a zip file attached to this lecture. The zip file contains an "exercises" folder which can be used throughout the entire course, and a "solutions" folder which contains solutions to all projects and exercises.

Alternatively, the repository for the exercises can be cloned from GitHub with:

git clone https://github.com/jayson-lennon/ztm-rust

To view solutions using the cloned repo, checkout the solutions branch using:

git checkout solutions