From 8f9487cc401d86096a82ccbddb5f0fbe376bba3c Mon Sep 17 00:00:00 2001 From: Bob Jacobsen Date: Fri, 13 Sep 2024 09:12:42 +0200 Subject: [PATCH] Have to edit .h too --- CSC/TestSumPrimesCpp/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CSC/TestSumPrimesCpp/README.md b/CSC/TestSumPrimesCpp/README.md index 46af5ba..e3a738e 100644 --- a/CSC/TestSumPrimesCpp/README.md +++ b/CSC/TestSumPrimesCpp/README.md @@ -33,6 +33,7 @@ There are commented-out tests that will check specific test cases, and therefore ``` (edit the TestSumPrimes.cpp file) + (edit the TestSumPrimes.h file) ./build ./TestSumPrimes ```