View difference between Paste ID: 7NZfX8fx and pJ7LBgwy
SHOW: | | - or go back to the newest paste.
1
local dictTable = {}
2
3
local path = system.pathForFile("wordlist.txt",system.ResourceDirectory)
4
for line in io.lines(path) do
5-
end
5+
6
	print(tostring(line))
7
end
8
9
return dictTable