We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21168ed commit e25e276Copy full SHA for e25e276
dailyprogrammer.lua
@@ -2,7 +2,7 @@ local FILE_NAME = 'dailyprogrammer.txt'
2
local T_MODES = {'easy','intermediate','difficult','hard'}
3
local t_links = {}
4
5
-function download()
+local function download()
6
io.write('download ... ')
7
io.flush()
8
local http = require('socket.http')
0 commit comments