From 7a59735e551b9c81ccb25891ec35d82bca1872bf Mon Sep 17 00:00:00 2001 From: MrBrain295 Date: Mon, 26 Dec 2022 19:24:41 +0000 Subject: [PATCH] Add Luau (#1393) --- l/Luau.luau | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 l/Luau.luau diff --git a/l/Luau.luau b/l/Luau.luau new file mode 100644 index 00000000..df1dc682 --- /dev/null +++ b/l/Luau.luau @@ -0,0 +1 @@ +print('Hello World') diff --git a/readme.md b/readme.md index 1d2af465..68cd9588 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 (974 total) +## Languages (975 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -562,6 +562,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [LSL](l/LSL.lsl) * [Lua Grimex](l/Lua%20Grimex.j) * [Lua](l/Lua.lua) +* [Luau](l/Luau.luau) * [LWC](l/LWC.html) * [Löve](l/L%C3%B6ve.lua) * [M4](m/M4.m4)