Skip to content

Instantly share code, notes, and snippets.

@BookOwl
Created February 1, 2017 17:52
Show Gist options
  • Save BookOwl/708fe4f1d9410b0e89816cce70316f1c to your computer and use it in GitHub Desktop.
Save BookOwl/708fe4f1d9410b0e89816cce70316f1c to your computer and use it in GitHub Desktop.
The contents of main.rs. Used for my blog post "Rust to Web"
fn main() {
println!("Hello, JS World!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment