string example

This commit is contained in:
2025-06-01 17:30:26 +02:00
parent 35f0823432
commit 781280060c
12 changed files with 47 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
func print_i64[x : I64] : I64
func print_i64[x: I64] : I64
printf("%ld\n", x)
func gcd[a: I64, b: I64] : I64