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 {
|
pub fn add(left: usize, right: usize) -> usize {
|
||||||
left + right
|
left + right
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
|
extern crate alloc;
|
||||||
|
|
||||||
|
use alloc::string::String;
|
||||||
|
|
||||||
use crate::{keysmash, scrunkly};
|
use crate::{keysmash, scrunkly};
|
||||||
|
|
||||||
|
@ -52,6 +58,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub use keysmash::StateMachine as KeysmashChain;
|
||||||
mod catgirl_nonsense;
|
mod catgirl_nonsense;
|
||||||
mod keysmash;
|
mod keysmash;
|
||||||
mod scrunkly;
|
mod scrunkly;
|
Loading…
Reference in a new issue