summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-08-02 14:53:12 +0100
committermhsn <mail@mhsn.net>2025-08-02 14:53:12 +0100
commit72f91416daa02e91ac123ef37d63b83df854bc03 (patch)
treee9cc0bc8787a10e523419add5a4eab8186e251d0 /check
parentb840b0a5f7487e7a2d91689c65e55fb7d14f58f1 (diff)
downloadaoc-72f91416daa02e91ac123ef37d63b83df854bc03.tar.gz
aoc-72f91416daa02e91ac123ef37d63b83df854bc03.zip
remove dangling echo -e
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"