7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
{
|
|
|
|
print("Добро пожаловать в FoxLang");
|
|
print(input() + input());
|
|
|
|
}
|