Skip to main content

titanium_http_server/
math.rs

1pub fn add(left: u64, right: u64) -> u64 {
2    left + right
3}