Jonathan Kelley 5 ヶ月 前
コミット
ec76889705
1 ファイル変更1 行追加1 行削除
  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!" }
     }