diff options
| -rw-r--r-- | challenge-004/paulo-custodio/awk/ch-1.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-004/paulo-custodio/awk/ch-1.awk b/challenge-004/paulo-custodio/awk/ch-1.awk index 1121fe0fed..39d6077ebd 100644 --- a/challenge-004/paulo-custodio/awk/ch-1.awk +++ b/challenge-004/paulo-custodio/awk/ch-1.awk @@ -18,4 +18,5 @@ BEGIN { } pi = substr(pi, 1, size+1) print pi; + exit 0; } |
