We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac820b commit e96636fCopy full SHA for e96636f
src/routes/+page.ts
@@ -123,6 +123,11 @@ const numbers = [
123
message: 'The 7400 series, a popular logic family.',
124
link: 'https://en.wikipedia.org/wiki/7400-series_integrated_circuits'
125
},
126
+ {
127
+ value: '8831',
128
+ message: 'The 88x31 web button.',
129
+ link: 'https://indieweb.org/88x31',
130
+ },
131
{
132
value: '19937',
133
message: 'The MT19937 pseudorandom number generator, commonly used in C++.',
0 commit comments