forked from qt-creator/qt-creator
For now Linux-only. Change-Id: I88185e18222478de41564ec8be0239357cfb4b30 Reviewed-by: hjk <hjk@qt.io>
8 lines
84 B
C++
8 lines
84 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Generic hi!\n";
|
|
return 0;
|
|
}
|