mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-10 20:29:35 +00:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
import test_fibonacci
|
|
|
|
void main() {
|
|
ensure_mixedcase()
|
|
test_fibonacci()
|
|
putstrz("Total failures: "z)
|
|
putword(failure_count)
|
|
} |