4 lines
93 B
Bash
4 lines
93 B
Bash
gcc -Wall -Werror test.c
|
|
./a.out < input.txt > output.txt
|
|
diff correct_output.txt output.txt
|