Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiramo committed Feb 11, 2014
1 parent 2e1d2c7 commit 345a42f
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions squares-squared-138/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,43 @@ where k and n are integers: the start and the end.

## Test examples

java -jar squares-squared-0.1.0-standalone.jar 2 2
> "2"
$ java -jar squares-squared-0.1.0-standalone.jar 2 2
"2"


java -jar squares-squared-0.1.0-standalone.jar 2 4
> " 2 "
> "* 4"
> " * "
$ java -jar squares-squared-0.1.0-standalone.jar 2 4
" 2 "
"* 4"
" * "


java -jar squares-squared-0.1.0-standalone.jar 3 81
> " 3 "
> "1 9"
> " 8 "
$ java -jar squares-squared-0.1.0-standalone.jar 3 81
" 3 "
"1 9"
" 8 "


java -jar squares-squared-0.1.0-standalone.jar 4 20
> " 4 "
> "* 1"
> " 6 "
$ java -jar squares-squared-0.1.0-standalone.jar 4 20
" 4 "
"* 1"
" 6 "

java -jar squares-squared-0.1.0-standalone.jar 2 256
> " 6 "
> " 5 * "
> "2 2 *"
> " 6 4 "
> " 1 "
$ java -jar squares-squared-0.1.0-standalone.jar 2 256
" 6 "
" 5 * "
"2 2 *"
" 6 4 "
" 1 "


java -jar squares-squared-0.1.0-standalone.jar 10 10000
> " 0 "
> " 1 0 "
> " 0 1 0 "
> "* 0 0 0"
> " * 1 * "
> " * * "
> " * "
$ java -jar squares-squared-0.1.0-standalone.jar 10 10000
" 0 "
" 1 0 "
" 0 1 0 "
"* 0 0 0"
" * 1 * "
" * * "
" * "

## License

Expand Down

0 comments on commit 345a42f

Please sign in to comment.