Skip to content

Commit 8b67cb9

Browse files
author
mdodsworth
committed
upper class...
1 parent 7315a63 commit 8b67cb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Upper2.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)