4365a50cda
с афроо лошадьми
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
// Тест using без точки
|
|
using net;
|
|
|
|
string response = http_get("https://example.com");
|
|
print("Response: " + response);
|
|
|
|
int socket = tcp_socket();
|
|
print("Socket: " + socket);
|
|
|
|
fox();
|