it's not important to comment code. code should be self-documenting
This commit is contained in:
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 = 4
|
||||
|
||||
[[package]]
|
||||
name = "hello_world_jujutsu"
|
||||
version = "0.1.0"
|
||||
@@ -1,3 +1,4 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let message = "Hello, world!";
|
||||
println!("{message}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user