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