Skip to content

Commit 69aee28

Browse files
committed
2025-01-16 v. 8.1.0: added "2425. Bitwise XOR of All Pairings"
1 parent 189a8b5 commit 69aee28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/medium/test_2425_bitwise_xor_of_all_pairings.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require_relative '../../lib/medium/2425_bitwise_xor_of_all_pairings'
55
require 'minitest/autorun'
66

7-
class MinimizeXORTest < ::Minitest::Test
7+
class BitwiseXOROfAllPairingsTest < ::Minitest::Test
88
def test_default_one
99
assert_equal(
1010
13,

0 commit comments

Comments
 (0)