From bf2ba45d4fef0747f68ed7ea8bc0933f799af0a2 Mon Sep 17 00:00:00 2001 From: Elijah P Date: Mon, 5 Oct 2020 20:22:16 -0700 Subject: [PATCH] =?UTF-8?q?Added=20L=C3=B6ve=20(#824)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Richie Bendall --- README.md | 3 ++- "l/L\303\266ve.lua" | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 "l/L\303\266ve.lua" diff --git a/README.md b/README.md index 8b926f022..3ab13e46c 100755 --- 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 (683 total) +## Languages (684 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -393,6 +393,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib * [Lsl](l/lsl.lsl) * [Lua](l/lua.lua) * [Lua Grimex](l/lua_grimex.j) +* [Löve](l/Löve.lua) * [M4](m/m4.m4) * [Maclisp](m/maclisp.lisp) * [Macsyma](m/macsyma.mac) diff --git "a/l/L\303\266ve.lua" "b/l/L\303\266ve.lua" new file mode 100644 index 000000000..cbe23ab23 --- /dev/null +++ "b/l/L\303\266ve.lua" @@ -0,0 +1,3 @@ +function love.draw() + love.graphics.print("Hello World", 400, 300) +end