Skip to content

Commit 1e59551

Browse files
committed
Make "ISBN" live
Closes #568
1 parent 224b7af commit 1e59551

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/holes.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,6 @@ preamble = '''
907907

908908
[ISBN]
909909
category = 'Transform'
910-
experiment = -1
911910
links = [
912911
{ name = 'Wikipedia', url = '//www.wikipedia.org/wiki/International_Standard_Book_Number#ISBN-10_check_digit_calculation' }
913912
]

db/a-schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ CREATE TYPE hole AS ENUM (
2323
'christmas-trees', 'css-colors', 'cubes', 'diamonds', 'divisors',
2424
'emirp-numbers', 'emojify', 'evil-numbers', 'fibonacci', 'fizz-buzz',
2525
'foo-fizz-buzz-bar', 'fractions', 'happy-numbers', 'happy-numbers-long',
26-
'intersection', 'kolakoski-constant', 'kolakoski-sequence', 'leap-years',
27-
'levenshtein-distance', 'leyland-numbers', 'look-and-say',
26+
'intersection', 'isbn', 'kolakoski-constant', 'kolakoski-sequence',
27+
'leap-years', 'levenshtein-distance', 'leyland-numbers', 'look-and-say',
2828
'lucky-tickets', 'morse-decoder', 'morse-encoder', 'musical-chords',
2929
'niven-numbers', 'odious-numbers', 'ordinal-numbers', 'pangram-grep',
3030
'pascals-triangle', 'pernicious-numbers', 'poker', 'prime-numbers',

0 commit comments

Comments
 (0)