solitaire 0.0.1

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