Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. i = require('internet')
  2. for chunk in i.request("http://www.timeapi.org/gmt/now?format=%25Y-%25m-%25d%20%25H:%25M:%25S") do
  3. print(chunk)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement