lakfjkl;fsjkl;fsjkl;
This commit is contained in:
parent
96345d7a4a
commit
5ff16ca713
1 changed files with 7 additions and 0 deletions
|
@ -1,9 +1,15 @@
|
|||
#![no_std]
|
||||
|
||||
pub fn add(left: usize, right: usize) -> usize {
|
||||
left + right
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
use alloc::string::String;
|
||||
|
||||
use crate::{keysmash, scrunkly};
|
||||
|
||||
|
@ -52,6 +58,7 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
pub use keysmash::StateMachine as KeysmashChain;
|
||||
mod catgirl_nonsense;
|
||||
mod keysmash;
|
||||
mod scrunkly;
|
Loading…
Reference in a new issue