rename cp2 to cp1

This commit is contained in:
Jidong Xiao
2023-10-10 21:34:52 -04:00
parent c302a6bf16
commit fa0636631e

View File

@@ -7,7 +7,7 @@
int main() { int main() {
// ======================================= // =======================================
// CHECKPOINT 2 // CHECKPOINT 1
// create a list of the sqrt of the first 10 integers // create a list of the sqrt of the first 10 integers
dslist<double> a; dslist<double> a;