6 lines
73 B

<h1>Hello {name}!</h1>
<script>
export let name
(() => {})()
</script>