diff options
Diffstat (limited to 'challenge-097/paulo-custodio/basic')
| -rw-r--r-- | challenge-097/paulo-custodio/basic/ch-2.bas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-097/paulo-custodio/basic/ch-2.bas b/challenge-097/paulo-custodio/basic/ch-2.bas index fa6bcfbdf9..4c3a50d602 100644 --- a/challenge-097/paulo-custodio/basic/ch-2.bas +++ b/challenge-097/paulo-custodio/basic/ch-2.bas @@ -43,4 +43,4 @@ function bit_flips(bits as string, n as integer) as integer bit_flips=flips end function -print trim(str(bit_flips(command(1), val(command(2))))) +print bit_flips(command(1), val(command(2))) |
