Skip to content

Instantly share code, notes, and snippets.

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 BobGneu/1b0e545c51ed1cccbf3ff3d922456e24 to your computer and use it in GitHub Desktop.
Save BobGneu/1b0e545c51ed1cccbf3ff3d922456e24 to your computer and use it in GitHub Desktop.
//! ```rust
//! # use documentation_test::meaning_of_life;
//! fn it_works() {
//! assert_eq!(42, meaning_of_life(4));
//! }
//!
//! # it_works();
//! ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment