This commit is contained in:
2025-07-12 23:52:32 -04:00
parent c414661d0e
commit 48e2e5baaf
6 changed files with 133 additions and 1 deletions

6
yait-doc/main.c Normal file
View File

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