hello werld

This commit is contained in:
LuKe Tidd 2022-11-15 20:37:24 -05:00
parent a6722b9f15
commit 3910c48801
4 changed files with 13 additions and 1 deletions

2
hello_cargo/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Cargo.lock
target

8
hello_cargo/Cargo.toml Normal file
View File

@ -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]

3
hello_cargo/src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ");
}

1
test
View File

@ -1 +0,0 @@
this is a git test