Changed print & erase logic to used a fixed max width.

This commit is contained in:
Jonathan Bernard
2016-01-25 19:03:37 -06:00
parent 5f7cbeae92
commit f4dcfd2a24
4 changed files with 24 additions and 27 deletions

View File

@ -2,7 +2,7 @@ apply plugin: "groovy"
apply plugin: "maven"
group = "com.jdbernard"
version = "1.1"
version = "1.2"
repositories {
mavenLocal()