forked from qt-creator/qt-creator
6 lines
40 B
C++
6 lines
40 B
C++
|
|
int main()
|
||
|
|
{
|
||
|
|
int i;
|
||
|
|
return i;
|
||
|
|
}
|