add new function

This commit is contained in:
2026-01-17 16:40:57 +02:00
parent 748620b307
commit c95bcd821e
+1
View File
@@ -2,6 +2,7 @@
fn main() { fn main() {
print("Hello, world!"); print("Hello, world!");
print("Goodbye, world!"); print("Goodbye, world!");
print("bye everyone");
// some (not really) documentation comment // some (not really) documentation comment
} }