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