diff options
| author | Abigail <abigail@abigail.be> | 2021-02-19 15:45:34 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-02-19 16:28:49 +0100 |
| commit | 34396d60fc1cd0f672d3c4a674ce1f0a0415d506 (patch) | |
| tree | 07ad190375ce7a66d25617bd1085ffe26df4824c /challenge-059 | |
| parent | c91195bb834b740c54cbd0073961f443bacf4f0e (diff) | |
| download | perlweeklychallenge-club-34396d60fc1cd0f672d3c4a674ce1f0a0415d506.tar.gz perlweeklychallenge-club-34396d60fc1cd0f672d3c4a674ce1f0a0415d506.tar.bz2 perlweeklychallenge-club-34396d60fc1cd0f672d3c4a674ce1f0a0415d506.zip | |
Don't rely on buggy Befunge::Interpreter
We're using a patched version of Befunge::Interpreter fixing some
of its glaring bugs. But the Befunge-93 specification says that
a space should be printed after printing a number.
Befunge::Interpreter does not do that, and we had not compensated
for this bug yet. But that made our tests succeed, when they
should fail.
So, now, instead of printing a single number, we now split the
number in tens and units, and print the number as characters.
While doing this, we found yet another Befunge::Interpreter which
needed to be compensated for.
Diffstat (limited to 'challenge-059')
0 files changed, 0 insertions, 0 deletions
