diff --git a/labs/01_getting_started/README.md b/labs/01_getting_started/README.md index e6b5c64..a173aff 100644 --- a/labs/01_getting_started/README.md +++ b/labs/01_getting_started/README.md @@ -102,7 +102,7 @@ Now let's write a brand new C++ program to learn about command line arguments. First open up a brand new file named `silly.cpp`. Include <iostream> at the top of the file. -Read this [Programming Information](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/programming_information.php) explaining command line arguments in C++. You may also want to refer to 1.12 and 1.13 for array syntax. +Read this [Programming Information](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/programming_information.php) explaining command line arguments in C++. You may also want to refer to 1.13 of the lecture notes for array syntax. - To start, let's write a program that expects only integers on the command line, and it will print the product (multiplication) of those