Jonathan Kelley hai 5 meses
pai
achega
ec76889705
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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!" }
     }