Added second hello world

This commit is contained in:
=
2026-04-24 14:28:28 +00:00
parent f7b81d525a
commit 77120de661
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ fn int main(String[] args)
io::printn("Hello, World!");
return 0;
}
}