more examples
All checks were successful
/ test (push) Successful in 47s

This commit is contained in:
Neemek 2026-07-15 21:50:23 +02:00
parent 9e90bdfc33
commit ca0031431d
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
19 changed files with 287 additions and 0 deletions

6
examples/sqrt.ang Executable file
View file

@ -0,0 +1,6 @@
#!/Users/neemek/Code/anglais/cli/cli run
import "lib/math.ang"
x := sqrt(9485739448)
write(str(x))