diff options
Diffstat (limited to 'challenge-099')
| -rw-r--r-- | challenge-099/paulo-custodio/basic/ch-2.bas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-099/paulo-custodio/basic/ch-2.bas b/challenge-099/paulo-custodio/basic/ch-2.bas index 68365a805d..562e1fdec1 100644 --- a/challenge-099/paulo-custodio/basic/ch-2.bas +++ b/challenge-099/paulo-custodio/basic/ch-2.bas @@ -45,4 +45,4 @@ function count_subsequences(s as string, t as string) as integer end function ' main -print trim(str(count_subsequences(command(1), command(2)))) +print count_subsequences(command(1), command(2)) |
