From 5b1660205e97e4bca9ce88bd0e9fe4e6af7ad456 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 4 Apr 2023 20:15:07 -0400 Subject: heyo --- Cargo.lock | 7 +++++++ src/main.rs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..c3aedd7 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "hello" +version = "0.1.0" diff --git a/src/main.rs b/src/main.rs index e7a11a9..983c0f8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,3 @@ fn main() { - println!("Hello, world!"); + println!("Heyo, world!"); } -- cgit v1.2.3