initial commit

This commit is contained in:
Rakarake 2025-12-08 02:37:34 +01:00
commit 0d3340713c
6 changed files with 104 additions and 0 deletions

5
main.c Normal file
View file

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