std
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
func print_i64[x: I64] : I64
|
||||
printf("%ld\n", x)
|
||||
|
||||
func I64.to_string[n: I64] : String
|
||||
let x: I64 = malloc(21)
|
||||
sprintf(x, "%ld", n)
|
||||
return x
|
||||
|
||||
func main[] : I64
|
||||
let out: I64 = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user