This commit is contained in:
parent
9e90bdfc33
commit
ca0031431d
19 changed files with 287 additions and 0 deletions
6
examples/sqrt.ang
Executable file
6
examples/sqrt.ang
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/Users/neemek/Code/anglais/cli/cli run
|
||||
|
||||
import "lib/math.ang"
|
||||
|
||||
x := sqrt(9485739448)
|
||||
write(str(x))
|
||||
Loading…
Add table
Add a link
Reference in a new issue