Files
computercraft-ts/src/main.ts
2025-05-29 01:26:53 +09:00

4 lines
53 B
TypeScript

const d = http.get("https://google.com");
print(d);