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