blob: 6cbd330e3d45d592e51ff75aab4238a20dd54b8c [file] [log] [blame]
package scalate
class Boot {
def run = {
System.out.println("---> Starting the bloody thing")
}
}