Created
September 4, 2019 10:22
-
-
Save terry90/4ef8e55e89e21fa77bec040238790ba1 to your computer and use it in GitHub Desktop.
main.rs - Yew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mod app; | |
fn main() { | |
yew::start_app::<app::Model>(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment