import testcases from './testcases.ts';
import solution from './solution.ts';

export default { testcases, solution };
