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