0
Is there some way to store a text file in Sololearn coding space to read it in a program?
I am trying to make a word game in java for which I need a dictionary of words. I have all the words in a file in my system and simply use a Scanner and File object to read them. But I could not find any way to store a text file here. I would appreciate if someone could give me an idea of how to do this in Sololearn coding space.
1 Answer
+ 2
You cannot store file on sololearn server in another way of code through playground interface ^^
Anyway, you could access internet, so you surely have a way to do a request for a file hosted on internet ;)