From ea44c65bdda2ade76efecd40e24ca682466cbe18 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 28 Aug 2023 22:51:02 -0400 Subject: [PATCH] 1.13 of lecture notes --- labs/01_getting_started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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