We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c54c6 commit 4bea3b8Copy full SHA for 4bea3b8
bin.js
@@ -2,7 +2,7 @@
2
import adventure from 'adventure'
3
import * as IntroductionProblem from './problems/0-introduction/index.js'
4
import * as SpaceOutProblem from './problems/1-space-out/index.js'
5
-import * as CatGifsProblem from './problems/2-cat-gifs/index.js'
+import * as CatMemesProblem from './problems/2-cat-gifs/index.js'
6
import * as DelegationProblem from './problems/3-delegation/index.js'
7
import * as InfiniteCompressionProblem from './problems/4-infinite-compression/index.js'
8
import * as MemesProblem from './problems/5-memes/index.js'
0 commit comments