Guest User

Untitled

a guest
Oct 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Coml ->
  2.  
  3.     html ->
  4.         head ->
  5.             title -> 'Testestest'
  6.    
  7.         body ->
  8.             h1 -> 'This is a test'
  9.             h2 -> 'How in the hell are we going to solve this problem'
  10.             div '.class#id', {more: 'attributes'}, ->
  11.                 'Yes, now we can write html as valid coffeescript'
Add Comment
Please, Sign In to add comment