Skip to content

Commit bf2ba45

Browse files
Added Löve (#824)
Co-authored-by: Richie Bendall <[email protected]>
1 parent 6a2a256 commit bf2ba45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
88
Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!
99

1010
<!--Languages start-->
11-
## Languages (683 total)
11+
## Languages (684 total)
1212

1313
* [05Ab1E](%23/05AB1E)
1414
* [0815](%23/0815.0815)
@@ -393,6 +393,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
393393
* [Lsl](l/lsl.lsl)
394394
* [Lua](l/lua.lua)
395395
* [Lua Grimex](l/lua_grimex.j)
396+
* [Löve](l/Löve.lua)
396397
* [M4](m/m4.m4)
397398
* [Maclisp](m/maclisp.lisp)
398399
* [Macsyma](m/macsyma.mac)

l/Löve.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function love.draw()
2+
love.graphics.print("Hello World", 400, 300)
3+
end

0 commit comments

Comments
 (0)