We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4215747 commit e09e0bfCopy full SHA for e09e0bf
tests/testq1.sh
@@ -2,7 +2,7 @@
2
3
# Automatically detect question number from script name (testqX.sh)
4
num=$(basename "$0" | grep -o -E '[0-9]+')
5
-SRC="../src/q${num}.c"
+SRC="./src/q${num}.c"
6
7
# 1. Remove all comments (single-line // and block /* ... */)
8
code_no_comments=$(sed -E '
tests/testq2.sh
0 commit comments