From c468bb65ff3b21d07bdb5d7c55bba5089939e50e Mon Sep 17 00:00:00 2001 From: Maxwell Date: Sat, 10 May 2025 21:34:00 +1000 Subject: [PATCH] Add logo to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9daf507..919a3d5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Iodine programming language logo](https://git.maxwellj.xyz/iodine/iodine/raw/commit/a782c09f913ecc38df7a84665f305e4ea89fb7d7/branding/Iodine_250px.png) + # Iodine - a statically typed, interpreted language Iodine is a programming language with the intention of having the most readable code possible (without getting into things like block coding or LLM's). The interpreter is written in C++.