aoc/src/2016/22.c

8 lines
135 B
C
Raw Normal View History

2021-07-14 13:50:33 -07:00
#include <stdio.h>
#include "input.h"
void advent2016day22(void) {
printf("Solution for Day 22 of 2016 is not completed yet\n");
}