8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
#use <conio>
|
|
|
|
int main() {
|
|
assert(2==2);
|
|
print("yolomode");
|
|
return 1;
|
|
}
|