This commit is contained in:
agra
2026-02-28 18:03:38 +02:00
parent 2552882ce6
commit 6a920dbd2c
24 changed files with 14084 additions and 780 deletions

5
examples/test_str.sx Normal file
View File

@@ -0,0 +1,5 @@
#import "modules/std.sx";
main :: () {
s := "";
print("{}\n", s);
}