8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
|
|
#include <iostream>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|