Adding more tests, fixing one test for miniImp, adding more functionality to miniFun

This commit is contained in:
elvis
2024-10-21 17:46:19 +02:00
parent 8b274ebda4
commit 8d327a08bb
6 changed files with 138 additions and 43 deletions

View File

@ -1,9 +1,9 @@
1
The variable y is not defined.
3628800
351
35553600
true
4807526976
0
1
Identity program: 1
y not defined program: The variable y is not defined.
Factorial program: 3628800
Hailstone sequence's lenght program: 351
Sum multiples of 3 and 5 program: 35565945
Rand program: true
Fibonacci program: 4807526976
Miller-Rabin primality test program: 0
Miller-Rabin primality test program: 1