init
This commit is contained in:
7
src/2018/20.c
Normal file
7
src/2018/20.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "input.h"
|
||||
|
||||
void advent2018day20(void) {
|
||||
printf("Solution for Day 20 of 2018 is not completed yet\n");
|
||||
}
|
Reference in New Issue
Block a user