fixing index

This commit is contained in:
left_adjoint 2024-02-28 17:42:44 -08:00
parent 54a0bff29a
commit 09688e3c0e
1 changed files with 7 additions and 0 deletions

View File

@ -32,3 +32,10 @@
+ Lecture (2/14/2024)
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/fun1.cpp demo of functions!
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/flipgame.cpp example program that might be useful for getting started with assignment 3!
+ Lecture (2/26/2024)
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/switch2.cpp More examples of using switches that might be useful for assignment 4
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/switchLoop.cpp Another example of switches that will be useful for assignment 4
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/switchswitch.cpp Nested switches
+ Lecture (2/28/2024)
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/mistake1.cpp talking about easy to make mistakes such as accidentally mixing up = and ==
+ https://tildegit.org/left_adjoint/cs161AWinter2024/src/branch/main/nestedfor.cpp nested for loops