Welcome to lab 9!
Link to This Page
babbage.cs.missouri.edu/~mbwxd4
Please include the following at the top of your lab files
// Your name
// Your Pawprint
// Lab Code:
Submission Code
//To zip all the files in your current directory
zip lab9.zip *
cs_submit CS2050_F LAB9 lab9.zip
//Or tar if that's your thing
tar -cvf lab9.tar *
cs_submit CS2050_F LAB9 lab9.tar
Makefile & Multi-File Examples