6 lines
71 B

<script>
export let name = 'world';
</script>
<h1>Hello {name}!</h1>