From 6e2bf4131b0ff116a9b1469a1765e67cf8fbc2d6 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 16 May 2024 00:24:34 +0200 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 493bc04..6836057 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Shortest Sum of Squares +[![Netlify Status](https://api.netlify.com/api/v1/badges/81a0a939-33f9-4c41-80e1-ca42b7b3fc58/deploy-status)](https://app.netlify.com/sites/shortest-sum-of-squares/deploys) + This is a simple web application that shows a precomputed list of the shortest sum of squares for a given number. The list is generated in Julia and then exported as a text file. The web application is built using Vite and SolidJS.