import { ExerciseModuleFunc } from "../types"; const day1: ExerciseModuleFunc = (input: string) => { console.log(input); } export default day1;