Skip to content
Eddie Monteiro edited this page Aug 27, 2015 · 1 revision

Welcome to the notebook wiki!

<html>
  <body>
  </body>
</hmtl>
html
  body
body {
  background: red;
}
body
  background: red
function add(a, b) {
  return a + b;
}
add(1,2);
add = (a,b) ->
  a + b
Clone this wiki locally