10 lines
102 B

<script>
let name = 'world';
/*
trailing multiline comment
*/
</script>
<h1>Hello {name}!</h1>