Replace several "Plain C++" with one JSON wizard

Change-Id: Ia08f2127cdb25785cf313ec0a31a3d9775161c9b
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-25 12:10:23 +02:00
committed by Christian Stenger
parent b0df9dc13b
commit 6b6091ea61
9 changed files with 118 additions and 139 deletions

View File

@@ -0,0 +1,10 @@
%{Cpp:LicenseTemplate}\
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}