mirror of https://github.com/sveltejs/svelte
5 lines
63 B
5 lines
63 B
6 years ago
|
<script>
|
||
|
let name = 'world';
|
||
|
</script>
|
||
6 years ago
|
|
||
6 years ago
|
<h1>Hello {name}!</h1>
|