mirror of
https://github.com/danbulant/introductionToProgramming
synced 2026-05-19 12:28:44 +00:00
3 lines
No EOL
59 B
Java
3 lines
No EOL
59 B
Java
interface Spellchecker {
|
|
boolean isWord(String word);
|
|
} |