You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lib.rs 121B

123456789
  1. extern crate booty_core;
  2. #[cfg(test)]
  3. mod tests {
  4. #[test]
  5. fn it_works() {
  6. assert_eq!(2 + 2, 4);
  7. }
  8. }