Restructure projects layout

This commit is contained in:
Phillip Webb
2013-07-05 10:26:50 -07:00
parent 3996353e35
commit 40bf334871
544 changed files with 1712 additions and 1580 deletions

View File

@@ -0,0 +1,10 @@
package org.test
class Runner implements CommandLineRunner {
void run(String... args) {
print "Hello World!"
}
}