You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating...
Generated words successfully, check 'generated.txt' for the results.
It took me some time to locate the generated file, my first hunch was my Documents folder, nothing there, then I searched root folders - nothing there, searching entire disk brought me the result (on Windows 10): C:\Users\MyName\generated.txt.
My feedback - I shouldn't have to guess where the file may be located so my recommendation is:
a) Add info to the documentation (DrRacket section) of where the file is located
b) Add full path in the REPL output, eg.:
Generating...
Generated words successfully, check 'c:\Users\MyName\generated.txt' for the results.
c) Add a variable to set up path in the script
On another note - great project!
The text was updated successfully, but these errors were encountered:
The outcome of running the script in DrRacket is:
It took me some time to locate the generated file, my first hunch was my Documents folder, nothing there, then I searched root folders - nothing there, searching entire disk brought me the result (on Windows 10): C:\Users\MyName\generated.txt.
My feedback - I shouldn't have to guess where the file may be located so my recommendation is:
a) Add info to the documentation (DrRacket section) of where the file is located
b) Add full path in the REPL output, eg.:
c) Add a variable to set up path in the script
On another note - great project!
The text was updated successfully, but these errors were encountered: