mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-23 14:12:23 -05:00
6 lines
57 B
Rust
6 lines
57 B
Rust
fn main() {}
|
|
|
|
#[test]
|
|
fn passing() {
|
|
asset!(true);
|
|
}
|