Files
FoxLang/test.fox
T
2025-12-25 12:36:05 +05:00

7 lines
93 B
Plaintext

{
print("Добро пожаловать в FoxLang");
print(input() + input());
}