Skip to content

Instantly share code, notes, and snippets.

@arosh
Created March 25, 2012 07:27
Show Gist options
  • Save arosh/2192113 to your computer and use it in GitHub Desktop.
Save arosh/2192113 to your computer and use it in GitHub Desktop.
><
object Main {
def ><(x: Any) = Console.err.println(x)
def main(args: Array[String]) {
(><) {"Error!"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment