mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Update assignment01.rs
This commit is contained in:
@@ -13,7 +13,7 @@ pub(crate) fn add(lhs: usize, rhs: usize) -> usize {
|
||||
todo!()
|
||||
}
|
||||
|
||||
/// Subs two unsigned words. If overflow happens, just wrap around.
|
||||
/// Subtracts two unsigned words. If overflow happens, just wrap around.
|
||||
pub(crate) fn sub(lhs: usize, rhs: usize) -> usize {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user