diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5f203b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Pong Wars Quine + +It is quine-line program of Pong Wars. + +Start the game: + +``` +$ ruby pw.rb +``` + +Output only `N`th step: + +``` +$ ruby pw.rb N +``` |
