chore: initial files

This commit is contained in:
2026-05-29 13:49:01 +02:00
parent b6b659ce25
commit 75c5483115
10 changed files with 74 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
int main(void) {
puts("minihttp");
return 0;
}