8 lines
198 B
Text
8 lines
198 B
Text
@build-rust:
|
|
cd rust && cargo build --release
|
|
|
|
@run-rust:
|
|
cd rust && cargo run --quiet < ../input.txt
|
|
|
|
@bench-rust: build-rust
|
|
hyperfine './rust/target/release/playground < ./input.txt'
|