Updated Remote Script Execution (markdown)

Namhyeon Go 2024-07-22 01:12:32 +09:00
parent cf9a2dc4ab
commit 481988e37f

@ -11,3 +11,11 @@ If you want to use it within your code, you can do it like this:
var HELO = require("https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/helloworld.js");
HELO.main();
```
If it works correctly, the console will output the following results:
```
[*] Requested URL: https://pub-f926e14287b340cd9eff33731bb25329.r2.dev/helloworld.js
[*] Received 81 bytes
[*] Hello world
```