forked from NationTech/harmony
feat: Refactored harmony into a workspace with independent modules per client, completed RusshClient test_connection implementation. Needs refactoring though
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pub mod inventory;
|
||||
pub fn add(left: usize, right: usize) -> usize {
|
||||
left + right
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user