From 88c572b51c7e4074f10ce3cec185dadcef8d2df7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 24 Jul 2025 08:34:04 -0400 Subject: [PATCH] more interesting hello world --- .../00-introduction/00-hello-world/+assets/App.svelte | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/examples/00-introduction/00-hello-world/+assets/App.svelte b/apps/svelte.dev/content/examples/00-introduction/00-hello-world/+assets/App.svelte index aa19c0abc4..b248c871ee 100644 --- a/apps/svelte.dev/content/examples/00-introduction/00-hello-world/+assets/App.svelte +++ b/apps/svelte.dev/content/examples/00-introduction/00-hello-world/+assets/App.svelte @@ -1,5 +1,11 @@

Hello {name}!

+ + +