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 d5ee601 commit c0f7f20Copy full SHA for c0f7f20
.github/workflows/classroom.yml
@@ -20,7 +20,7 @@ jobs:
20
test-name: test
21
setup-command: |
22
gcc tes.c -o tes
23
- command: "./tes.c"
+ command: "./tes"
24
input: test
25
expected-output: test
26
comparison-method: exact
0 commit comments