Skip to content

Commit

Permalink
fix(examples) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharifnasab committed Feb 27, 2024
1 parent 1a87c97 commit 172f87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/judge-simple/lang/c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ elif [[ "$COMMAND" == "run" ]]; then
actual_out="$3"
./out/a.out <"$inp_file" >"$actual_out"
else
echo "error in java lang"
echo "error in c lang"
fi

0 comments on commit 172f87f

Please sign in to comment.