/lab3

Harvard CS51 Spring 2019 Lab 3

Primary LanguageOCaml

lab3

Before you start working, add the extra remote repository for lab3. To do so, run:

git remote add distribution git@github.com:cs51/lab3.git

To check for updates, run:

git pull distribution master

You should run this periodically to check for updates.