3 lines
71 B

import { foo } from './foo';
console.log( `the answer is ${foo()}` );