1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-28 23:29:51 +00:00
millfork/examples/tests/main.mfk
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)
}