This commit is contained in:
nub31
2025-05-16 21:09:05 +02:00
parent 57ccd0a38a
commit ecd0e01aac
4 changed files with 22 additions and 46 deletions

View File

@@ -1,2 +1,2 @@
extern func puts(str: string);
extern func printf(fmt: string, ...args: any);
extern func puts(str: string)
extern func printf(fmt: string, ...args: any)