X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=common%2Fsrc%2Flib.rs;fp=common%2Fsrc%2Flib.rs;h=72169679b253de1bef16c76f692786b46ef4b265;hb=4a1fa0b902bd01c2630b8b7b0818e46142d93f94;hp=0000000000000000000000000000000000000000;hpb=3a070ca2a63491b4d714643ae550b09773660c1e;p=rup.git diff --git a/common/src/lib.rs b/common/src/lib.rs new file mode 100644 index 0000000..7216967 --- /dev/null +++ b/common/src/lib.rs @@ -0,0 +1,6 @@ +mod rup { + #[test] + fn it_works() { + assert_eq!(2 + 2, 4); + } +} \ No newline at end of file