1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-30 00:56:56 +00:00
millfork/examples/tests/main.mfk

8 lines
142 B
Plaintext
Raw Normal View History

2020-04-05 22:00:48 +00:00
import test_fibonacci
void main() {
ensure_mixedcase()
test_fibonacci()
putstrz("Total failures: "z)
putword(failure_count)
}