extern outline

This commit is contained in:
IgorCielniak
2025-12-20 22:34:27 +01:00
parent 002b36f89c
commit 3157f22c9b
6 changed files with 214 additions and 5 deletions

7
gg.sl Normal file
View File

@@ -0,0 +1,7 @@
import stdlib/io.sl
extern long labs(long n)
: main
-3 labs puti
;