add lock and change message
This commit is contained in:
parent
c350d9798d
commit
75a0b975a6
2 changed files with 8 additions and 1 deletions
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal 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"
|
|
@ -1,3 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
println!("Hello, jujutsu!");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue