We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41bb8f5 + 0d8f97a commit 4a17de3Copy full SHA for 4a17de3
exercises/bob/src/main/scala/Bob.scala
@@ -0,0 +1,3 @@
1
+class Bob {
2
+ def hey(statement: String): String = ???
3
+}
0 commit comments