respond to feedback

This commit is contained in:
2026-01-17 16:36:39 +02:00
parent fb2db325f6
commit d8c7a95bab
+1 -1
View File
@@ -2,7 +2,7 @@
fn main() { fn main() {
print("Hello, world!"); print("Hello, world!");
print("Goodbye, world!"); print("Goodbye, world!");
// some (not really) documentation comment // some documentation comment
} }
// a function that prints the msg // a function that prints the msg