bdinh / exercises

In-class exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO 344 In-Class Exercises

This repo was created for you by GitHub Classroom. You do not need to fork this repo into your own account. It is already private to you.

Pulling Updates

Periodically I will add new starter files to the master repo this repo was created from. To get those new files into your repo, add the following remote to your cloned (you only need to do this once on any given clone):

git remote add upstream https://github.com/info344-s18/exercises.git

Then pull updates from that remote using this command:

git pull upstream master

About

In-class exercises


Languages

Language:Go 95.5%Language:Shell 2.3%Language:HTML 2.2%