Jonathan Kelley 5 months ago
parent
commit
ec76889705
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/hello_world.rs

+ 1 - 1
examples/hello_world.rs

@@ -16,7 +16,7 @@ fn main() {
 }
 
 fn app() -> Element {
-    let _ = 456;
+    let _ = 789;
     rsx! {
         div { "Hello, world!" }
     }