From c458652c7afbb2fd4d310fd5cdc09b835bff51c6 Mon Sep 17 00:00:00 2001 From: Lars Martens Date: Wed, 6 Dec 2023 14:05:44 +0100 Subject: [PATCH] Remove output log --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 02be014..5cf60a6 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,7 @@ run: _output-folder rustfmt src/bin/{{day}}.rs cargo clippy # Hide warning here because we just ran clippy - RUSTFLAGS=-Awarnings cargo run --release --bin {{day}} | tee "output/{{day}}.log" + RUSTFLAGS=-Awarnings cargo run --release --bin {{day}} # Begin working on todays problem. Downloads input, creates template and opens the problem and code. begin: _input-folder