This commit is contained in:
nub31
2025-05-05 16:36:24 +02:00
parent f77fdb86f3
commit cca6fc55d6
9 changed files with 17 additions and 58 deletions

View File

@@ -1 +0,0 @@
extern func puts(str: string);

View File

@@ -1,2 +0,0 @@
extern func str_len(msg: string): int64;
extern func itoa(value: int64): string;