Initial commit

This commit is contained in:
2024-03-11 12:43:52 +02:00
parent 0cc291f3d8
commit a57340adb7
55 changed files with 2961 additions and 1 deletions

7
Rust/Makefile Normal file
View File

@@ -0,0 +1,7 @@
compile:
cargo build --release --manifest-path code_cycle/Cargo.toml
cargo build --release --manifest-path code_unoptimised/Cargo.toml
clean:
cargo clean --manifest-path code_cycle/Cargo.toml
cargo clean --manifest-path code_unoptimised/Cargo.toml