fabianmoronzirfas
1/29/2016 - 1:09 PM

helloworld

helloworld

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
@blue: #a3d5d3;

body {
  background-color: @blue;
}
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
var main = () =>{
  console.log('Hello world');
}

main();