Skip to content

Instantly share code, notes, and snippets.

@Kalimaha
Created July 12, 2016 08:50
Show Gist options
  • Select an option

  • Save Kalimaha/c91a81e4ff1681e8f94060c363b70690 to your computer and use it in GitHub Desktop.

Select an option

Save Kalimaha/c91a81e4ff1681e8f94060c363b70690 to your computer and use it in GitHub Desktop.
30 Days of Code
object Solution {
def main(args: Array[String]): Unit = {
for (ln <- io.Source.stdin.getLines) println("Hello, World.\n" + ln)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment