advent-of-code

advent of code attempts
git clone git://bvnf.space/advent-of-code.git
Log | Files | Refs

commit 36fc7eb8864bdc0b36c96e4c330847f9bfb46ec7
parent b658f5c9f047ca7e5eab93ae487fc59aa152aa86
Author: aabacchus <ben@bvnf.space>
Date:   Tue,  6 Dec 2022 13:44:09 +0000

22.6.2

Diffstat:
M2022/06/a.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2022/06/a.c b/2022/06/a.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> -#define UNIQ_CHARS 4 +#define UNIQ_CHARS 14 /* * Tests if first UNIQ_CHARS chars of buf are all different.