From f3bc44adc09e94ad52358ca6b6cd16a7672a3dd3 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Thu, 1 Jun 2023 14:32:53 +0100 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9634393 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# riscy-rust + +## A Risc-V Virtual Machine emulated in Rust +![Build status](https://github.com/benkyd/riscy-rust/actions/workflows/build.yml/badge.svg)