AdventOfCode/c/template/part2.c
2022-12-01 13:26:52 +01:00

6 lines
No EOL
68 B
C

#include "aoc.h"
void part_2(char const *const input)
{
return;
}