forked from qt-creator/qt-creator
Plain C/CPP Wizards: Use proper main signature
Change-Id: I1d6e83cda2685201aa4126e993dac85cda8315b3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
cout << "Hello World!" << endl;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user