migrate: to gitea

This commit is contained in:
2026-07-30 09:56:33 +05:30
commit c7443a5bb0
37 changed files with 734 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdio.h>
int puts(const char* string) {
return printf("%s\n", string);
}