From fa88ed514243a83db6cdde50eb7824862539dd97 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Sun, 21 Jun 2020 06:32:09 +0200 Subject: [PATCH] Add Project Euler badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 855a7aa..599a763 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![Lint and Test](https://github.com/FranzDiebold/project-euler-solutions/workflows/Lint%20and%20Test/badge.svg)](https://github.com/FranzDiebold/project-euler-solutions/actions?query=workflow%3A%22Lint+and+Test%22) [![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE.md) +[![Project Euler badge franzdiebold](https://projecteuler.net/profile/franzdiebold.png)](https://projecteuler.net/profile/franzdiebold.png) + ## What is [Project Euler](https://projecteuler.net)? > Project Euler is a series of *challenging mathematical/computer programming problems* that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.