UNPKG

create-bananass

Version:

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

5 lines (3 loc) 125 B
const testcases = require('./testcases'); const solution = require('./solution'); module.exports = { testcases, solution };