forked from qt-creator/qt-creator
Replace several "Plain C++" with one JSON wizard
Change-Id: Ia08f2127cdb25785cf313ec0a31a3d9775161c9b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
b0df9dc13b
commit
6b6091ea61
10
share/qtcreator/templates/wizards/projects/plaincpp/main.cpp
Normal file
10
share/qtcreator/templates/wizards/projects/plaincpp/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
%{Cpp:LicenseTemplate}\
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello World!" << endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user