Guest User

Untitled

a guest
Feb 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import scalatags.Text.all._
  2.  
  3. object Main {
  4. def main(args: Array[String]): Unit = {
  5. println(html(head(),body("Hello World")).render)
  6. }
  7. }
Add Comment
Please, Sign In to add comment