<script>
let x=112;

	
</script>

<h1>Welcomeaaaa to SvelteKit {x}</h1>
<input value={parseInt(x)+2}/>
<input bind:value={x}/>