Skip to content

Commit

Permalink
adjust number order
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent c6a16dc commit 4e3af81
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ const numbers = [
guessed: false,
link: 'https://en.wikipedia.org/wiki/X.509'
},
{
value: 7400,
message: 'A popular series of digital logic integrated circuits, once the most popular for TTL.',
guessed: false,
link: 'https://en.wikipedia.org/wiki/7400-series_integrated_circuits'
},
{
value: 65537,
message: 'The most commonly chosen exponent in the RSA cryptosystem.',
Expand All @@ -122,6 +116,13 @@ const numbers = [
guessed: false,
link: 'https://en.wikipedia.org/wiki/Chmod'
},
{
value: 7400,
message:
'A popular series of digital logic integrated circuits, once the most popular for TTL.',
guessed: false,
link: 'https://en.wikipedia.org/wiki/7400-series_integrated_circuits'
},
{
value: 8601,
message: 'The ISO standard for human-readable universal date and time representation.',
Expand Down

0 comments on commit 4e3af81

Please sign in to comment.