aoc-2020-zig

git clone https://git.sinitax.com/sinitax/aoc-2020-zig
Log | Files | Refs | README | sfeed.txt

commit 7ccf92fb244c5913e27a5590c0cb9827c218b1c7
parent 6157648abc2cd42b0ed9455fdb6ec059c725dc73
Author: Louis Burda <quent.burda@gmail.com>
Date:   Tue,  8 Dec 2020 21:59:25 +0100

make readme github compatible

Diffstat:
DREADME | 6------
Adocs/README.md | 5+++++
2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README b/README @@ -1,6 +0,0 @@ -Advent Of Code 2020 -=================== - -Solutions to the annual [coding advent calendar](https://adventofcode.com) written in [Zig](https://ziglang.org/). - -The version of zig used to compile to code is: `0.7.0+d4c167f3c` diff --git a/docs/README.md b/docs/README.md @@ -0,0 +1,5 @@ +## Advent Of Code 2020 + +Solutions to the annual [coding advent calendar](https://adventofcode.com) written in [Zig](https://ziglang.org/). + +The version of zig used to compile to code is: `0.7.0+d4c167f3c`