Update and add examples

This commit is contained in:
Neemek 2025-03-10 16:24:37 +01:00
parent 40a538b73d
commit 74bd9c9582
Signed by: neemek
GPG key ID: 28360A8951CD0E9B
4 changed files with 79 additions and 2 deletions

3
examples/importing.ang Normal file
View file

@ -0,0 +1,3 @@
import "math.ang"
write(sqrt(2))