A Twitter like groovlet


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. w.println(request.t)
  2. w.close()
  3. html.html{
  4. form {input(name:'t')}
  5. new File('t').eachLine{p{it}}
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.