6 lines
68 B
C
6 lines
68 B
C
|
#include "aoc.h"
|
||
|
|
||
|
void part_2(char const *const input)
|
||
|
{
|
||
|
return;
|
||
|
}
|