diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-03-14 00:22:45 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-03-14 00:22:45 +0200 |
| commit | c1bbcb6c2a6d02a4ac06d3c41afcfc51993ec1d3 (patch) | |
| tree | 700922a1e401310ad4eb164af19d425144517179 /codeforces/HalloumiBoxes/rust-project.json | |
| parent | 1ccba7112b334c0887bd349966219b38eb9ccfb9 (diff) | |
| download | competitive-programming-c1bbcb6c2a6d02a4ac06d3c41afcfc51993ec1d3.tar.xz competitive-programming-c1bbcb6c2a6d02a4ac06d3c41afcfc51993ec1d3.zip | |
Solved 3 problems in the last Div3
Diffstat (limited to 'codeforces/HalloumiBoxes/rust-project.json')
| -rw-r--r-- | codeforces/HalloumiBoxes/rust-project.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/codeforces/HalloumiBoxes/rust-project.json b/codeforces/HalloumiBoxes/rust-project.json new file mode 100644 index 0000000..a195582 --- /dev/null +++ b/codeforces/HalloumiBoxes/rust-project.json @@ -0,0 +1,11 @@ +{ + "sysroot": "/home/omar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu", + "sysroot_src": "/home/omar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/", + "crates": [ + { + "root_module": "main.rs", + "edition": "2021", + "deps": [] + } + ] +} |
