Первый

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
+14
View File
@@ -0,0 +1,14 @@
{
print("=== Welcome to FoxLang ===");
print("Math test:");
print(20 + 30 * 2);
print("Type something:");
print(input());
{
print("I am inside a block!");
}
}