Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Created April 2, 2015 05:07
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/8e30e924eaaefc20801c to your computer and use it in GitHub Desktop.
Save Yuichiroh/8e30e924eaaefc20801c to your computer and use it in GitHub Desktop.
println("This is what I want to say.")
Console.err.println("standard error")
Console.withOut(new PrintStream("out.txt")) {
println("anything you want to write")
Console.out.close()
}
Console.out.println("Hi. I'm stdin again!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment