8 lines
135 B
C
8 lines
135 B
C
|
#include <stdio.h>
|
||
|
|
||
|
#include "input.h"
|
||
|
|
||
|
void advent2016day20(void) {
|
||
|
printf("Solution for Day 20 of 2016 is not completed yet\n");
|
||
|
}
|