cryptol/tests/regression/check20.cry

4 lines
113 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
check20 = [ [ [ 1, 2 ], [ 3, 4 ] ] ]
+ [ [ [ 5, 6 ], [ 7, 8 ] ] ]
== [ [ [ 6, 8 ], [ 10, 12 ] ] ]