Skip to content

Commit 9701f03

Browse files
committed
Make "Forsyth–Edwards Notation" live
Closes #645
1 parent 6413053 commit 9701f03

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/holes.toml

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

794794
['Forsyth–Edwards Notation']
795795
category = 'Gaming'
796-
experiment = 645
797796
links = [
798797
{ name = 'Wikipedia', url = '//en.wikipedia.org/wiki/Forsyth–Edwards_Notation' },
799798
]

sql/a-schema.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ CREATE TYPE hole AS ENUM (
3030
'collatz', 'css-colors', 'cubes', 'day-of-week', 'diamonds', 'divisors',
3131
'emirp-numbers', 'emirp-numbers-long', 'emojify', 'evil-numbers',
3232
'evil-numbers-long', 'fibonacci', 'fizz-buzz', 'foo-fizz-buzz-bar',
33-
'fractions', 'game-of-life', 'happy-numbers', 'happy-numbers-long',
34-
'hexdump', 'intersection', 'inventory-sequence', 'isbn', 'jacobi-symbol',
35-
'kolakoski-constant', 'kolakoski-sequence', 'leap-years',
36-
'levenshtein-distance', 'leyland-numbers', 'look-and-say',
33+
'forsyth-edwards-notation', 'fractions', 'game-of-life', 'happy-numbers',
34+
'happy-numbers-long', 'hexdump', 'intersection', 'inventory-sequence',
35+
'isbn', 'jacobi-symbol', 'kolakoski-constant', 'kolakoski-sequence',
36+
'leap-years', 'levenshtein-distance', 'leyland-numbers', 'look-and-say',
3737
'lucky-numbers', 'lucky-tickets', 'maze', 'morse-decoder',
3838
'morse-encoder', 'musical-chords', 'niven-numbers', 'niven-numbers-long',
3939
'number-spiral', 'odious-numbers', 'odious-numbers-long',

0 commit comments

Comments
 (0)