mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-02-03 03:37:48 +08:00
7 lines
61 B
C++
7 lines
61 B
C++
#include <iostream>
|
|
|
|
int main(int, char* [])
|
|
{
|
|
return 0;
|
|
}
|