Skip to content

Instantly share code, notes, and snippets.

@rssh
Created December 31, 2015 21:45
Show Gist options
  • Save rssh/417f4c2a98ce0d28c7b7 to your computer and use it in GitHub Desktop.
Save rssh/417f4c2a98ce0d28c7b7 to your computer and use it in GitHub Desktop.
package x
object X
{
def main(arr:Array[String]): Unit = {
System.err.println(s"build with ${BuildInfo.millis}");
}
}
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment