Skip to content

Instantly share code, notes, and snippets.

@daduam
Created January 11, 2021 15:58
Show Gist options
  • Save daduam/16430a7e0b17e12066059410f648fea8 to your computer and use it in GitHub Desktop.
Save daduam/16430a7e0b17e12066059410f648fea8 to your computer and use it in GitHub Desktop.
Hello, World in a New Language
fn main() {
println!("Hello, World in a New Language");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment