From 1ccba7112b334c0887bd349966219b38eb9ccfb9 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 10 Dec 2023 15:55:42 +0200 Subject: Removed some empty problems and solved 2 problems in rust --- codeforces/YetAnotherBrokenKeoard/rust-project.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codeforces/YetAnotherBrokenKeoard/rust-project.json (limited to 'codeforces/YetAnotherBrokenKeoard/rust-project.json') diff --git a/codeforces/YetAnotherBrokenKeoard/rust-project.json b/codeforces/YetAnotherBrokenKeoard/rust-project.json new file mode 100644 index 0000000..a195582 --- /dev/null +++ b/codeforces/YetAnotherBrokenKeoard/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": [] + } + ] +} -- cgit v1.2.3