We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7315a63 commit 8b67cb9Copy full SHA for 8b67cb9
Upper2.scala
@@ -0,0 +1,6 @@
1
+object Upper {
2
+ def main(args: Array[String]) = {
3
+ args.map(_.toUpperCase).foreach(printf("%s ", _))
4
+ println("")
5
+ }
6
+}
0 commit comments