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