Remaking the Cmake and the CI to clean up

This commit is contained in:
AnonymusRaccoon
2020-01-23 10:30:14 +01:00
parent 4e6733f4e9
commit e5af2bb6e8
4 changed files with 12 additions and 16 deletions
-6
View File
@@ -1,6 +0,0 @@
int HelloWorld(void);
int main(void)
{
return HelloWorld();
}