Commit b249442b authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed warnings

parent 7ae165bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
prebuild_problem_1c:
  stage: prebuild
  script:
    - ls -a
    - |
      # Check if source files exist
      if [ ! -f "IntegerP.cpp" ]; then