From fc853937c89fef53f9ce00703c683452f18d722f Mon Sep 17 00:00:00 2001 From: hassan Date: Tue, 21 Feb 2023 12:38:50 +0100 Subject: [PATCH] Add goo --- Cargo.lock | 2 +- src/main.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index dbf0d5f..006494a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,5 +3,5 @@ version = 3 [[package]] -name = "TestRepo" +name = "test_repo" version = "0.1.0" diff --git a/src/main.rs b/src/main.rs index f0dbbc2..6184c45 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,4 +2,5 @@ fn main() { println!("Hello, world!"); + println!("goo"); }