mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-09 20:17:44 +02:00
Setup basic dependencies
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
pub fn add(left: usize, right: usize) -> usize {
|
||||
left + right
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let result = add(2, 2);
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user