Revisions for ⁨Code⁩

View the changes made to this paste.

unlisted ⁨1⁩ ⁨file⁩ 2019-10-26 04:11:17 UTC

borked

@@ -0,0 +1,3 @@

+local internet = require("internet")
+local socket = internet.open("0.0.0.0", 8080)
+out = socket:read()
\ No newline at end of file