dioxus/tests/main.rs
2022-02-09 16:11:02 +08:00

4 lines
62 B
Rust

#[test]
fn ready() {
println!("Compiled successfully!")
}