We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a9a90e + 56776b6 commit 47aedf5Copy full SHA for 47aedf5
exercises/pangram/src/main/scala/Pangrams.scala
@@ -0,0 +1,4 @@
1
+object Pangrams {
2
+ def isPangram(input: String): Boolean = ???
3
+}
4
+
0 commit comments