mdbook/tests/testsuite/test/passing_tests/src/passing2.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
57 B
Markdown
Raw Normal View History

# Passing Tests 2
```rust
println!("also passing");
```