trying to fix links

This commit is contained in:
left_adjoint 2023-11-21 14:58:44 -08:00
parent 61e87fa003
commit d30e033f2e

View File

@ -46,5 +46,5 @@ Here we list the contents of all the directories and what the different programs
+ file:cs161BW8/pointerFuncOnceMore.cpp shows an example of not just pointers passed to functions but pointers *passed by reference*
+ file:cs161BW8/listStruct1.cpp linked lists with pointers and structs, not as scary as it sounds, but if you can read this you'll do fine in cs162
** Week 9
+ file:cs161BW9/insertingNameInPlace.cpp an example that's helpful for assignment 6
+ [[file:cs161BW9/insertingNameInPlace.cpp]] an example that's helpful for assignment 6
** Week 10