Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -0,0 +1,8 @@
|
|||
:import std/Combinator .
|
||||
:import std/Number .
|
||||
|
||||
gcd y [[[=?0 1 (2 0 (1 % 0))]]]
|
||||
|
||||
:test ((gcd (+2) (+4)) =? (+2)) ([[1]])
|
||||
:test ((gcd (+10) (+5)) =? (+5)) ([[1]])
|
||||
:test ((gcd (+3) (+8)) =? (+1)) ([[1]])
|
||||
Loading…
Add table
Add a link
Reference in a new issue