UNPKG

create-bananass

Version:

Create a Bananass framework project for solving Baekjoon problems with JavaScript/TypeScript.🍌

5 lines (3 loc) 119 B
import testcases from './testcases.ts'; import solution from './solution.ts'; export default { testcases, solution };