This commit is contained in:
nub31
2026-02-28 00:57:48 +01:00
parent e7aad861d3
commit 84627dde45
6 changed files with 185 additions and 41 deletions

View File

@@ -1,7 +1,5 @@
module main
func main(): i32
{
core::print("Hello, world")
func main(): i32 {
return 0
}
}