Skip to content

Commit

Permalink
Update bin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hakierka authored Aug 5, 2024
1 parent d7c54c6 commit 4bea3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import adventure from 'adventure'
import * as IntroductionProblem from './problems/0-introduction/index.js'
import * as SpaceOutProblem from './problems/1-space-out/index.js'
import * as CatGifsProblem from './problems/2-cat-gifs/index.js'
import * as CatMemesProblem from './problems/2-cat-gifs/index.js'
import * as DelegationProblem from './problems/3-delegation/index.js'
import * as InfiniteCompressionProblem from './problems/4-infinite-compression/index.js'
import * as MemesProblem from './problems/5-memes/index.js'
Expand Down

0 comments on commit 4bea3b8

Please sign in to comment.