correcthorsebatterystaple/src/words/index.js

6 lines
92 B
JavaScript
Raw Normal View History

import small from './2048'
console.assert(small.length === 2048)
export default { small }