it's important to comment our code

This commit is contained in:
2025-09-24 14:53:49 +02:00
parent cf565340c1
commit 8dcfbf20bf

View File

@@ -1,3 +1,5 @@
/// A "Hello, World!" program.
fn main() {
println!("Hello, world!");
}