Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local path = system.pathForFile("wordlist.txt",system.ResourceDirectory)
- for line in io.lines(path) do
- dictTable[line] = true
- print(tostring(line))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement