1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-10 20:29:35 +00:00
2020-04-06 00:00:48 +02:00

8 lines
142 B
Plaintext

import test_fibonacci
void main() {
ensure_mixedcase()
test_fibonacci()
putstrz("Total failures: "z)
putword(failure_count)
}