diff --git a/labs/lab1/README.md b/labs/lab1/README.md index 581eb8a..9d389c8 100644 --- a/labs/lab1/README.md +++ b/labs/lab1/README.md @@ -1,4 +1,4 @@ -# CS 190 Lab 1 (Fall 2016) - What Does the _____ Say? +# CS 190 Lab 1 (Spring 2017) - What Does the _____ Say? The purpose of this lab is to teach the basics of using the terminal. After you finish this lab, you will be able to manipulate files on any UNIX-like machine (including your Purdue CS account)! diff --git a/labs/lab1/answers.txt b/labs/lab1/answers.txt index bb55116..e0891f0 100644 --- a/labs/lab1/answers.txt +++ b/labs/lab1/answers.txt @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# CS190 Lab2 Answer Sheet +# CS190 Lab 1 Answer Sheet # NOTE: Ignore the line directly below any "# ignore" statement.