console.log("Hello, World!");
<script>
function handleClick() {
}
</script>
<button on:click={handleClick}>Click me!</button>