aoc

My solutions for the Advent of Code
git clone https://git.tronto.net/aoc
Download | Log | Files | Refs | README

commit 3d6cfaf209bb9e2606df478dbf812c311634859c
parent ab70c00d8da92222bdb1423c003b59bdbfd5008b
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  7 Dec 2024 07:52:19 +0100

Remove binaries

Diffstat:
M.gitignore | 2+-
D2024/01/b.out | 0
D2024/02/b.out | 0
D2024/03/b.out | 0
D2024/04/b.out | 0
D2024/05/b.out | 0
D2024/06/b.out | 0
D2024/07/b.out | 0
8 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ -*/*/a.out +*/*/*.out */*/*.txt diff --git a/2024/01/b.out b/2024/01/b.out Binary files differ. diff --git a/2024/02/b.out b/2024/02/b.out Binary files differ. diff --git a/2024/03/b.out b/2024/03/b.out Binary files differ. diff --git a/2024/04/b.out b/2024/04/b.out Binary files differ. diff --git a/2024/05/b.out b/2024/05/b.out Binary files differ. diff --git a/2024/06/b.out b/2024/06/b.out Binary files differ. diff --git a/2024/07/b.out b/2024/07/b.out Binary files differ.