Skip to content

Instantly share code, notes, and snippets.

@terry90
Created September 4, 2019 10:22
Show Gist options
  • Save terry90/4ef8e55e89e21fa77bec040238790ba1 to your computer and use it in GitHub Desktop.
Save terry90/4ef8e55e89e21fa77bec040238790ba1 to your computer and use it in GitHub Desktop.
main.rs - Yew
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