Skip to content

Commit

Permalink
add 0000 to unintended number list
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 25, 2024
1 parent 64e71ac commit 63dcade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ const technicallyIncorrectNumbers = [
{
value: '860',
message: 'The Intel i860 microprocessor'
},
{
value: '0000',
message: 'The IP block containing all possible IP addresses'
}
].map((number) => ({ ...number, guessed: false }));

Expand Down

0 comments on commit 63dcade

Please sign in to comment.