Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / src / lib.rs
1
2
3
4 mod tests {
5 use super::*;
6
7 #[test]
8 fn it_works() {
9 assert_eq!(2 + 2, 4);
10 }
11 }