solitaire 0.0.1

A planning poker app, mostly developed to learn Rust
1
2
3
fn main() -> anyhow::Result<()> {
  solitaire::go()
}