Files
qt-creator/tests/system/suite_editors/shared/simplePlainCPP/main.cpp

12 lines
127 B
C++
Raw Normal View History

#include <iostream>
#include "testfile.h"
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}