mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
10 lines
114 B
C++
10 lines
114 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
cout << "TEST DONE (ONLY_C)" << endl;
|
|
return 0;
|
|
}
|