From b93ecdc4d729b6d752ab8c3a00382d8c029f2283 Mon Sep 17 00:00:00 2001 From: William Bell Date: Tue, 8 Aug 2023 23:10:14 +0100 Subject: [PATCH] add status badge --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9edfe80..d25b2f0 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@

Argon v3

+[![Go](https://github.com/Open-Argon/argon-v3/actions/workflows/go.yml/badge.svg)](https://github.com/Open-Argon/argon-v3/actions/workflows/go.yml) + ARGON 3 is a math-driven programming language designed to make code easy to read and write. It's not meant to be fast, as it's interpreted. This specification should be used as a guideline, and is subject to change for later versions. Later updates for Argon 3 should be backwards compatible (where possible) with code designed for older versions of the interpreter. ## 📚 Features