AdventOfCode/c/template/part1.c

6 lines
68 B
C
Raw Normal View History

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