summaryrefslogtreecommitdiff
path: root/tests/system/suite_editors/shared/simplePlainCPP/main.cpp
blob: 84bb10f43803c18337fa09c9023ac75b7ca5543e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
#include "testfile.h"

using namespace std;

int main()
{
  cout << "Hello World!" << endl;
  return 0;
}