This commit is contained in:
Hassan Abu-Jabir 2023-02-21 12:38:50 +01:00
parent 3ac3a0820f
commit fc853937c8
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@ -3,5 +3,5 @@
version = 3 version = 3
[[package]] [[package]]
name = "TestRepo" name = "test_repo"
version = "0.1.0" version = "0.1.0"

View File

@ -2,4 +2,5 @@
fn main() { fn main() {
println!("Hello, world!"); println!("Hello, world!");
println!("goo");
} }