add a comment to main

This commit is contained in:
2025-09-24 20:02:21 +02:00
parent 13b2953554
commit 874d2ec7de
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -4,4 +4,4 @@ version = 4
[[package]]
name = "hello-world"
version = "0.1.0"
version = "0.2.0"

View File

@@ -2,6 +2,7 @@
///
/// Crastimus Maximilian
/// add documentation for main
fn main() {
print("Hello, world!");
print("Goodbye!");