Word wheel: Difference between revisions

m
separated a long line, added a comma.
m (→‎{{header|REXX}}: changed a string in the output section header.)
m (separated a long line, added a comma.)
Line 27:
 
;Task
 
Write a program to solve the above "word wheel" puzzle. Specifically:
:* Find all words of 3 or more letters using only the letters in the string "ndeokgelw".
Line 34 ⟶ 33:
:* For this task we'll use lowercase English letters exclusively.
 
 
A "word" is defined to be any string contained in the file located at http://wiki.puzzlers.org/pub/wordlists/unixdict.txt. If you prefer to use a different
<br>If you prefer to use a different dictionary, &nbsp; please state which one you have used.
<br><br>