init structure

This commit is contained in:
2024-07-10 16:40:38 +02:00
commit 4d8faa5b5f
3 changed files with 31 additions and 0 deletions

3
src/main.c Normal file
View File

@@ -0,0 +1,3 @@
int main() {
return 2;
}