Here you'll find all the starter codes for CS341 lab. Instructions for the lab are also posted on Professor Cheung's Website . Policies can be found in the powerpoint for Lab 1.
We will be using TinkerCad for digital labs. Instructions and starter codes will come out periodically.
You can download files each week by clicking the green button above or use git to download all at once.
#downloads current version
git clone https://github.com/jack17davis/cs341.git
#compares your local version with the code here (must be inside cs341 directory)
git status
#updates your local code with any changes I have made here (must be inside cs341 directory)
git pull origin