From 650d95ea39413aed9cbce2ef315edff9a61657a2 Mon Sep 17 00:00:00 2001 From: Jedediah Fanuel <60323767+jedediahfanuel@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:31:18 +0700 Subject: [PATCH] Add Rune (#1437) --- r/Rune.rn | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 r/Rune.rn diff --git a/r/Rune.rn b/r/Rune.rn new file mode 100644 index 000000000..ad35e5ae3 --- /dev/null +++ b/r/Rune.rn @@ -0,0 +1 @@ +print("Hello World") diff --git a/readme.md b/readme.md index 15d4ea52a..d874b688b 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (1004 total) +## Languages (1005 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -811,6 +811,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [RTL2](r/RTL2.rtl2) * [Ruby on Rails](r/Ruby%20on%20Rails.rb) * [Ruby](r/Ruby.rb) +* [Rune](r/Rune.rn) * [Ruota](r/Ruota.ruo) * [Rust](r/Rust.rs) * [S Algol](s/S%20Algol)