Day 16/part 2: C version.

This commit is contained in:
2021-01-15 18:40:09 +01:00
parent 2667617088
commit faeb8cf9fb
4 changed files with 250 additions and 10 deletions

View File

@@ -5,9 +5,6 @@
#include <stdlib.h>
#include <string.h>
#define AA "ABCD"
#define LAA sizeof(AA)
/* tickets ranges */
struct srange {
char *name;