From 68af5f51bf670498dc7ad54bbb38fa8b54c7123c Mon Sep 17 00:00:00 2001 From: Dan Fritchman Date: Tue, 11 Jan 2022 10:50:02 -0800 Subject: [PATCH] Add `Rust/` solutions from https://github.com/dan-fritchman/CtCI-6th-Edition-Rust.git --- .gitmodules | 3 +++ Rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 Rust diff --git a/.gitmodules b/.gitmodules index d3ee9f6ad..6a44f2453 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "Kotlin"] path = Kotlin url = https://github.com/careercup/CtCI-6th-Edition-Kotlin.git +[submodule "Rust"] + path = Rust + url = https://github.com/dan-fritchman/CtCI-6th-Edition-Rust.git diff --git a/Rust b/Rust new file mode 160000 index 000000000..d8bbf14f4 --- /dev/null +++ b/Rust @@ -0,0 +1 @@ +Subproject commit d8bbf14f49b329cae0ebc02737bf05400ec69e92