export default function calculate(s: string): number { return Math.pow(2, s.length); }