mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
fix: remove boilerplate
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
fn main() {
|
fn main() {}
|
||||||
println!("Test lib: {}", winapps::add(1, 2));
|
|
||||||
}
|
|
||||||
|
@@ -160,7 +160,3 @@ pub fn get_data_dir() -> PathBuf {
|
|||||||
|
|
||||||
path
|
path
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn add(left: usize, right: usize) -> usize {
|
|
||||||
left + right
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user