init layout

This commit is contained in:
Luka Jankovic 2026-02-04 00:02:10 +01:00
commit 1c8ac5095b
6 changed files with 133 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) {
return 0;
}