5 lines
76 B
C++
5 lines
76 B
C++
int main(int argc, char* argv[])
|
|
{
|
|
auto a = 1 + 2;
|
|
return 0;
|
|
}
|