feat: add src folder (with default c main)

This commit is contained in:
2025-11-13 20:55:16 +01:00
parent ea18649e93
commit 87cbd04c0d

4
src/main.cpp Normal file
View File

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