add the justfile to rust, update the other languages later

This commit is contained in:
Lillian Violet 2024-10-16 21:51:11 +02:00
parent 3a4f18afee
commit 3b4ccaafb0

8
rust/justfile Normal file
View file

@ -0,0 +1,8 @@
build:
cargo build
test:
cargo test
run:
cargo run