Skip to content

Instantly share code, notes, and snippets.

@ryanoneill
Created April 9, 2012 04:01
Show Gist options
  • Save ryanoneill/2341288 to your computer and use it in GitHub Desktop.
Save ryanoneill/2341288 to your computer and use it in GitHub Desktop.
Lift Web Framework HelloWorld snippet
package code
package snippet
import scala.xml.{NodeSeq, Text}
import net.liftweb.util._
import net.liftweb.common._
import java.util.Date
import Helpers._
class HelloWorld {
def howdy = "#time *" #> (new Date toString)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment