mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-09 00:27:19 +02:00
4 lines
64 B
Rust
4 lines
64 B
Rust
fn main() {
|
|
println!("Test lib: {}", winapps::add(1, 2));
|
|
}
|