Skip to content

Commit

Permalink
add 860 to unintended number list
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent 2d35075 commit d4ae5e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ const technicallyIncorrectNumbers = [
message:
'The HTTP status code for "Bad Request" is not an intended number. Your guess won\'t count.',
guessed: false
},
{
value: 860,
message:
'The Intel i860 microprocessor is not an intended number. Your guess won\'t count.',
guessed: false
}
];

Expand Down

0 comments on commit d4ae5e4

Please sign in to comment.