pong-cli 1.0.1

Play pong from the command-line!
Documentation
1
2
3
4
5
extern crate pong_cli;

fn main() {
    pong_cli::run();
}