Initial project setup

This commit is contained in:
Jan
2019-09-19 10:53:28 +02:00
parent 584ff36ca2
commit 5609557516
7 changed files with 691 additions and 0 deletions

4
src/Linker/main.cpp Normal file
View File

@ -0,0 +1,4 @@
int main(int argc, const char** argv)
{
return 0;
}