add lock and change message

This commit is contained in:
Joe 2024-09-02 10:50:19 -07:00
parent c350d9798d
commit 75a0b975a6
2 changed files with 8 additions and 1 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 = "jjtest"
version = "0.1.0"

View File

@ -1,3 +1,3 @@
fn main() {
println!("Hello, world!");
println!("Hello, jujutsu!");
}