From 3910c488017e54ec6889677455dd5e789b6d203b Mon Sep 17 00:00:00 2001 From: LuKe Tidd Date: Tue, 15 Nov 2022 20:37:24 -0500 Subject: [PATCH] hello werld --- hello_cargo/.gitignore | 2 ++ hello_cargo/Cargo.toml | 8 ++++++++ hello_cargo/src/main.rs | 3 +++ test | 1 - 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 hello_cargo/.gitignore create mode 100644 hello_cargo/Cargo.toml create mode 100644 hello_cargo/src/main.rs delete mode 100644 test diff --git a/hello_cargo/.gitignore b/hello_cargo/.gitignore new file mode 100644 index 0000000..fa8d85a --- /dev/null +++ b/hello_cargo/.gitignore @@ -0,0 +1,2 @@ +Cargo.lock +target diff --git a/hello_cargo/Cargo.toml b/hello_cargo/Cargo.toml new file mode 100644 index 0000000..19c7b36 --- /dev/null +++ b/hello_cargo/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "hello_cargo" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] diff --git a/hello_cargo/src/main.rs b/hello_cargo/src/main.rs new file mode 100644 index 0000000..65e6e73 --- /dev/null +++ b/hello_cargo/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ"); +} diff --git a/test b/test deleted file mode 100644 index b66c464..0000000 --- a/test +++ /dev/null @@ -1 +0,0 @@ -this is a git test