mirror of
https://github.com/MincoMK/computercraft-ts.git
synced 2025-12-10 06:23:19 +00:00
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
const d = http.get("https://google.com");
|
|
|
|
print(d);
|