Preparing sources and tests for CI

This commit is contained in:
Melefo
2020-01-20 21:26:15 +01:00
parent ecc7d428be
commit 033ce127e6
4 changed files with 38 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
int HelloWorld(void);
int main(void)
{
return HelloWorld();
}