summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 7ba6556..4bc0e07 100755
--- a/check
+++ b/check
@@ -30,5 +30,5 @@ esac
result=$(cat $data_path | $cmd)
echo "$result" | diff $aoc_path/data/$4.ans - && echo Solved wtih $lang!
-echo -e "\n---stdout---"
+echo "\n---stdout---"
echo "$result"