aoc-2021/src/day.h

7 lines
85 B
C

#ifndef AOC_2021_DAY_H
#define AOC_2021_DAY_H
int day_1();
#endif //AOC_2021_DAY_H