Add dummy main

This commit is contained in:
atxr 2024-02-06 20:12:26 +01:00
parent ad2850106e
commit 4c6972b961

View file

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