strings
This commit is contained in:
@@ -3,7 +3,7 @@ func main[] : I64
|
||||
let b: I64 = 1
|
||||
|
||||
while a < 100000
|
||||
print(a)
|
||||
print_i64(a)
|
||||
let temp: I64 = b
|
||||
b = a + b
|
||||
a = temp
|
||||
2
examples/hello.zr
Normal file
2
examples/hello.zr
Normal file
@@ -0,0 +1,2 @@
|
||||
func main[] : I64
|
||||
print("Hello, World!")
|
||||
Reference in New Issue
Block a user