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.js'; import solution from './solution.js'; export default { testcases, solution };