5 lines
91 B

<script>
let count = 0;
</script>
<button on:click="{() => count += 1}">{count}</button>