From 07cc09895015f5b97a6a16260b3dda8b9bd21ec3 Mon Sep 17 00:00:00 2001 From: Rayan Syed Date: Tue, 3 Feb 2026 18:10:33 -0500 Subject: [PATCH] copy integerp.cpp from student folder --- ci_cd/problem2a.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_cd/problem2a.yml b/ci_cd/problem2a.yml index c095422..5e17603 100644 --- a/ci_cd/problem2a.yml +++ b/ci_cd/problem2a.yml @@ -21,7 +21,7 @@ compile_problem_2a: - job: prebuild_problem_2a artifacts: true script: - - cp IntegerPP.cpp hw1/tests/ + - cp IntegerP.cpp IntegerPP.cpp hw1/tests/ - cd hw1/tests - make problem2a artifacts: -- GitLab