Skip to content

Instantly share code, notes, and snippets.

@clarenced
Created January 2, 2013 13:07
Show Gist options
  • Save clarenced/4434483 to your computer and use it in GitHub Desktop.
Save clarenced/4434483 to your computer and use it in GitHub Desktop.
$ sbt run
[info] Loading project definition from C:\Users\s814992\workspace-scala\myfirstproject\project
[info] Set current project to parksense (in build file:/C:/Users/s814992/workspace-scala/myfirstproject/)
[info] Updating {file:/C:/Users/s814992/workspace-scala/myfirstproject/}default-39af27...
[info] Resolving org.scala-lang#scala-library;2.9.2 ...
[info] Done updating.
[info] Compiling 1 Scala source to C:\Users\s814992\workspace-scala\myfirstproject\target\scala-2.9.2\classes...
[info] Running com.myfirstproject.Hello
Hello World
[success] Total time: 3 s, completed 2 janv. 2013 14:01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment