mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 00:07:10 +00:00
Preparing sources and tests for CI
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
int HelloWorld(void);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return HelloWorld();
|
||||
}
|
||||
Reference in New Issue
Block a user