8 lines
152 B
Markdown
Raw Normal View History

2015-10-14 12:47:22 -07:00
```
// indented comment
var x = 3;
// plaster should go immediately under here.
bootstrap(AppComponent);
// to be included in bootstrap...
```