101 Official 2 Letter Scrabble Words by chocobi

char*d="ABDEGHILMNRSTWXyAEIOy EoDFHLMNRSTxAeoAEIMoDFNStoAiAIoAEIMOUyAEOuDEFHIMNPRSWXyAEiieHIoAIoHMNPSt EoIuAEoa";main(c){for(;*d;*d++&32&&++c)*d-32&&printf("%c%c%c",64+c,*d&95,*d&32?10:32);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page