Skip to content

Commit

Permalink
typo (shouldn't be marked slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 9, 2024
1 parent 8a1e181 commit 583df1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Problems Solved
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`027`| | | | |:js-d:`0027`| |:py-d:`0027`|:rs-s:`0027`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`028`| | | | |:js-d:`0028`|:lu-d:`0028`|:py-d:`0028`|:rs-s:`0028`|
|:prob:`028`| | | | |:js-d:`0028`|:lu-d:`0028`|:py-d:`0028`|:rs-d:`0028`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`029`| | | | | | |:py-d:`0029`| |
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion rust/src/include/problems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ seq!(N in 0001..=0020 {
24 => Some(( &24, p0024::p0024, false)),
25 => Some(( &25, p0025::p0025, false)),
27 => Some(( &27, p0027::p0027, true)),
28 => Some(( &28, p0028::p0028, true)),
28 => Some(( &28, p0028::p0028, false)),
34 => Some(( &34, p0034::p0034, false)),
35 => Some(( &35, p0035::p0035, true)),
36 => Some(( &36, p0036::p0036, false)),
Expand Down

0 comments on commit 583df1c

Please sign in to comment.