mdbook/tests/testsuite/includes/all_includes/src/partially-included-test.rs

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

8 lines
90 B
Rust
Raw Normal View History

fn some_function() {
println!("some function");
}
fn main() {
some_function();
}