Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 6, 2023
1 parent 571a5ec commit a70a033
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Advent of Code 2023

<img src="https://s3.cdalvaro.io/github.com/cdalvaro/advent-of-code-2023/Ruby.png" alt="Ruby" height="360px" margin="5px" align="right"/>
<img src="https://s3.cdalvaro.io/github.com/cdalvaro/advent-of-code-2023/RubyLang.png" alt="Ruby" width="86px" margin="5px" align="right"/>

This repo contains my solutions to the [Advent of Code 2023](https://adventofcode.com/2023) challenges, written in the [Ruby](https://www.ruby-lang.org) programming language.

Expand All @@ -20,6 +20,8 @@ bundle exec rake test

## Puzzles

<img src="https://s3.cdalvaro.io/github.com/cdalvaro/advent-of-code-2023/Ruby.png" alt="Ruby" height="360px" margin="5px" align="right"/>

| Day | Solution | Rank |
|--------------------:|:-----------------------------------------------:|:-----:|
| [**1**][day01_link] | [`lib/puzzles/day01.rb`](lib/puzzles/day01.rb) | ⭐🌟✴️ |
Expand Down

0 comments on commit a70a033

Please sign in to comment.