This commit is contained in:
2025-07-13 18:57:18 -04:00
parent 174e80f4f8
commit d6cf8c5dd6
6 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#include "../lib/print.h"
int main(void) {
printf("Hello, Yait!\n");
printfn("error: incomplete binary.");
return 0;
}