add browser core

This commit is contained in:
Lorenzo Torres 2026-01-17 11:58:41 +01:00
parent b8d5044e64
commit 9c09879733
2 changed files with 12 additions and 3 deletions

4
core/main.c Normal file
View file

@ -0,0 +1,4 @@
int main(void)
{
return 0;
}