This commit is contained in:
Nishi 2026-03-01 03:20:18 +09:00
commit 9ca077835b
Signed by: nishi
GPG key ID: 27EF69B208EB9343
7 changed files with 54 additions and 0 deletions

4
src/main.c Normal file
View file

@ -0,0 +1,4 @@
#include <stdio.h>
int main(int argc, char** argv){
}