rustimate 0.1.0

A planning poker app, mostly developed to learn Rust
1
2
3
4
#[test]
fn load() {
  assert_eq!(2 + 2, 4);
}