6 lines
76 B
C++
Raw Normal View History

2020-10-22 20:43:01 +03:00
int main(int argc, char* argv[])
{
auto a = 1 + 2;
return 0;
}