teloxide/src/lib.rs
2019-09-01 22:51:07 +06:00

7 lines
95 B
Rust

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}