This commit is contained in:
Hassan Abu-Jabir 2023-02-21 10:01:26 +01:00
parent e90e4ba405
commit e7089905f0
2 changed files with 9 additions and 0 deletions

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "TestRepo"
version = "0.1.0"

View File

@ -1,3 +1,5 @@
//! A test
fn main() { fn main() {
println!("Hello, world!"); println!("Hello, world!");
} }