5 lines
63 B

<script>
let name = 'world';
</script>
6 years ago
<h1>Hello {name}!</h1>