From fa0636631e4f01ae601ffd02362490790bc62f52 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 10 Oct 2023 21:34:52 -0400 Subject: [PATCH] rename cp2 to cp1 --- labs/07_list_implementation/checkpoint1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/07_list_implementation/checkpoint1.cpp b/labs/07_list_implementation/checkpoint1.cpp index 7ca532b..3e3a35f 100644 --- a/labs/07_list_implementation/checkpoint1.cpp +++ b/labs/07_list_implementation/checkpoint1.cpp @@ -7,7 +7,7 @@ int main() { // ======================================= - // CHECKPOINT 2 + // CHECKPOINT 1 // create a list of the sqrt of the first 10 integers dslist a;