This commit is contained in:
2025-05-31 16:52:49 +02:00
parent f98ca8075d
commit 16431b2ea2
3 changed files with 32 additions and 8 deletions

2
examples/hello.zr Normal file
View File

@@ -0,0 +1,2 @@
func main[] : I64
print("Hello, World!")