some libs done

This commit is contained in:
2025-07-13 18:20:10 -04:00
parent 6245723dc0
commit 174e80f4f8
8 changed files with 65 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
int main(void) {
printf("Hello, Yait!\n");
printf("Hello, Yait!\n");
return 0;
}