This commit is contained in:
cscherr 2025-04-16 16:06:11 +02:00
parent 2b125040fd
commit 1e95ecea8b
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -2,6 +2,6 @@
EXPORT_DIR="challenge"
mkdir -p $EXPORT_DIR
cargo build --release
cargo build --release --locked
cp ./target/release/timars $EXPORT_DIR/timars
cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt