rearranged samples-lift module dir structure

This commit is contained in:
jboner 2009-08-05 14:43:51 +02:00
parent b0e70ab775
commit ef991baa15
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
package eu.getintheloop.example.snippet
class HelloWorld {
def howdy = <span>Welcome to lift-akka at {new _root_.java.util.Date}</span>
}