Первый

This commit is contained in:
SkrinVex
2025-12-25 12:36:05 +05:00
commit a3e44d6a58
10 changed files with 353 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
print("Добро пожаловать в FoxLang");
print(input() + input());
}