1. .
  2. |-- MANIFEST.MF
  3. |-- bin
  4. | `-- foo
  5. | |-- HelloWorld$.class
  6. | `-- HelloWorld.class
  7. |-- build.sh
  8. |-- hellow.jar
  9. |-- scala-library.jar
  10. `-- src
  11. `-- foo
  12. `-- HelloWorld.scala