Skip to content

Commit

Permalink
FIX logo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfranciscodev committed Feb 5, 2025
1 parent 9b689d9 commit 7cc575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Solutions to CodinGame Puzzles

<p align="center">
<a href="https://www.codingame.com/"><img src="https://cdn.brandfetch.io/idIfiwZMnL/w/820/h/177/theme/dark/logo.png?k=bfHSJFAPEG" /></a>
<a href="https://www.codingame.com/"><img src="./images/codingame_logo.png" /></a>
</p>

The "Solutions to CodinGame Puzzles" project is a collection of answers to coding problems from CodinGame. CodinGame is a website where people can practice coding by solving puzzles. In this project, people have written solutions to these puzzles using languages like Python, C++, and Java. Each solution is saved in a file named after the puzzle it solves. The puzzles range from easy to hard and cover different coding topics like variables, conditions, and arrays. The goal of the project is to help developers get better at problem-solving and learn different ways of coding. It also includes explanations to help people understand the solutions better.
Expand Down

0 comments on commit 7cc575c

Please sign in to comment.