Alternade words: Difference between revisions

m
Minor edit to Java code
m (→‎{{header|Phix}}: added syntax colouring the hard way)
m (Minor edit to Java code)
Line 1,019:
String w2 = word2.toString();
if (dictionary.contains(w1) && dictionary.contains(w2))
System.out.println(String.formatprintf("%-10s%-6s%s\n", word, w1, w2));
}
} catch (Exception e) {
1,777

edits