Фиксация мамы нолнан с сфере IT с симпатией к атусу стоещему на полигоне

с афроо лошадьми
This commit is contained in:
SkrinVex
2026-01-20 22:04:44 +05:00
parent 024444abdb
commit 4365a50cda
45 changed files with 2941 additions and 470 deletions
+12
View File
@@ -0,0 +1,12 @@
// Простой тест новых типов
float pi = 3.14;
bool isActive = false;
print("Pi: " + pi);
print("Active: " + isActive);
if (isActive) {
print("System is running");
}
fox();