initial commit
[minecraft_web.git] / backend / src / tests.rs
1 //use minecraft_controller::*;
2
3 #[test]
4 fn test1() {
5 assert_eq!(2, 1 + 1);
6 }