mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
|
import small from './2048'
|
||
|
|
||
|
console.assert(small.length === 2048)
|
||
|
|
||
|
export default { small }
|