From c51366482203b373e24c6362f1bf1f502c3500f6 Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Wed, 18 Jan 2017 00:18:09 -0500 Subject: [PATCH] Update date from 2016 to 2017, minor typo fix --- labs/lab1/README.md | 2 +- labs/lab1/answers.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.