Фиксация мамы нолнан с сфере 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
+17
View File
@@ -0,0 +1,17 @@
// Тест логических операторов
using net;
bool isOnline = true;
bool hasError = false;
print("Online: " + isOnline);
print("Error: " + hasError);
if (isOnline && !hasError) {
print("System OK");
}
string response = http_get("test.com");
print("Response: " + response);
fox();