mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
6 lines
66 B
C++
6 lines
66 B
C++
int HelloWorld(void);
|
|
|
|
int main(void)
|
|
{
|
|
return HelloWorld();
|
|
} |