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