Files
FoxLang/test_simple_net.fox
T

5 lines
100 B
Plaintext

// Простой тест без using
string response = http_get("test");
print(response);
fox();