mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-29 19:24:33 +00:00
8 lines
83 B
C++
8 lines
83 B
C++
|
#include <stdio.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
printf("TEST DONE (ONLY_C)");
|
||
|
return 0;
|
||
|
}
|