John Bampton
2025-06-25 18:01:20 +10:00
parent 84a4bd16ac
commit b4a1e98f2e
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -330,7 +330,8 @@ assert('BS Block 27') do
3.times{|ib|
2.times{|jb|
sum += ib + jb
}}
}
}
assert_equal sum, 9
end