From 6df94e32613058ca33e35896f10b0498f73ff81e Mon Sep 17 00:00:00 2001 From: Aurelien Coet Date: Tue, 2 Jul 2024 16:33:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f07f7e5..97a7838 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Kaleidoscope +[![.NET](https://github.com/coetaur0/Kaleidoscope/actions/workflows/dotnet.yml/badge.svg)](https://github.com/coetaur0/Kaleidoscope/actions/workflows/dotnet.yml) + A C# implementation of the [Kaleidoscope LLVM tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html).