This repo contains lecture materials for COMP 311 (SP25).
To do in-class coding exercises, follow these steps:
- Fork the repo by clicking the fork button at the top right. Toggle off "Copy the
main
branch only". This creates a personal copy of the repo under your name, so you can push changes to it. git clone
the new repo, which should be named<your_github_username>/lecture
.