feat: initial commit

This commit is contained in:
2024-08-01 21:35:35 +02:00
commit de71b99539
5 changed files with 135 additions and 0 deletions

5
src/main.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(int argc, char** argv) {
printf("Hello, World!\n");
}