mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-07 19:28:27 +02:00
Setup basic dependencies
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use winapps;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
println!("Test lib: {}", winapps::add(1, 2));
|
||||
}
|
||||
|
Reference in New Issue
Block a user