diff options
author | mhsn <mail@mhsn.net> | 2025-08-02 14:53:12 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-08-02 14:53:12 +0100 |
commit | 72f91416daa02e91ac123ef37d63b83df854bc03 (patch) | |
tree | e9cc0bc8787a10e523419add5a4eab8186e251d0 | |
parent | b840b0a5f7487e7a2d91689c65e55fb7d14f58f1 (diff) | |
download | aoc-72f91416daa02e91ac123ef37d63b83df854bc03.tar.gz aoc-72f91416daa02e91ac123ef37d63b83df854bc03.zip |
remove dangling echo -e
-rwxr-xr-x | check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |