Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuichiroh/16d94bfaaf3b0b5c2fac to your computer and use it in GitHub Desktop.
Save Yuichiroh/16d94bfaaf3b0b5c2fac to your computer and use it in GitHub Desktop.
println("This is what I want to say.")
Console.withOut(new PrintStream("out.txt")) {
println("anything you want to write")
}
println("Hi. I'm stdin again!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment