3 lines
48 B

export default function hi() {
return 'hi';
}