first commit

This commit is contained in:
암냥 2026-03-17 08:40:44 +09:00
commit b7e691e19c

6
main.c Normal file
View file

@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Temp");
return 0;
}