From 2f59d7b0e767ea97ce92b4ca094698405e0a218d Mon Sep 17 00:00:00 2001 From: Srujan Bharadwaj Date: Thu, 26 Dec 2024 14:45:53 +0530 Subject: [PATCH] add build badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d43ea31..78e50cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Remote Code Execution Engine +![Go](https://github.com/srujangit123/Remote-Code-Execution-Engine/actions/workflows/go.yml/badge.svg) + + This repository contains a remote code execution engine that allows users to submit code in various programming languages, execute it in isolated Docker containers, and retrieve the output. The engine supports both `x86_64` and `arm64` architectures. ## Features