Files
pixelfoo-apps/src/lib.rs
Juergen Stuber 759c9c4f8a Initial commit.
2018-11-28 16:02:33 +01:00

8 lines
95 B
Rust

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