Fix README.md
This commit is contained in:
parent
1eafd316ec
commit
2d3af9d1eb
11
README.md
11
README.md
|
@ -4,19 +4,11 @@
|
||||||
|
|
||||||
This repository contains my personal solutions for the Advent of Code puzzles. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
|
This repository contains my personal solutions for the Advent of Code puzzles. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
|
||||||
|
|
||||||
```
|
|
||||||
.-"-. .-"-. .-"-. .-"-.
|
|
||||||
/_:_\_ /_:_\_ /_:_\_ /_:_\_
|
|
||||||
( `@` ) ( `@` ) ( `@` ) ( `@` )
|
|
||||||
') (` ') (` ') (` ') (`
|
|
||||||
/`'--'\ /`'--'\ /`'--'\ /`'--'\
|
|
||||||
(_)(_) (_) (_)(_) (_) (_)(_) (_) (_)(_) (_)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
The repository is structured by year, with each day's solution as a standalone Python file.
|
The repository is structured by year, with each day's solution as a standalone Python file.
|
||||||
|
|
||||||
|
```
|
||||||
Advent-of-Code
|
Advent-of-Code
|
||||||
│
|
│
|
||||||
└───2021
|
└───2021
|
||||||
|
@ -32,6 +24,7 @@ Advent-of-Code
|
||||||
│ day2
|
│ day2
|
||||||
│ day2.py
|
│ day2.py
|
||||||
└─── ...
|
└─── ...
|
||||||
|
```
|
||||||
|
|
||||||
How to Use
|
How to Use
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue