Skip to content

Instantly share code, notes, and snippets.

@KodrAus
Created August 22, 2016 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KodrAus/aeec9e9bd8e2f9be7df45007b7911f93 to your computer and use it in GitHub Desktop.
Save KodrAus/aeec9e9bd8e2f9be7df45007b7911f93 to your computer and use it in GitHub Desktop.
Rust Testing
#[test]
fn it_works() {
assert!(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment