File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
8
8
Make sure to see [ CONTRIBUTING.md] ( /CONTRIBUTING.md ) for instructions on contributing to the project!
9
9
10
10
<!-- Languages start-->
11
- ## Languages (683 total)
11
+ ## Languages (684 total)
12
12
13
13
* [ 05Ab1E] ( %23/05AB1E )
14
14
* [ 0815] ( %23/0815.0815 )
@@ -393,6 +393,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
393
393
* [ Lsl] ( l/lsl.lsl )
394
394
* [ Lua] ( l/lua.lua )
395
395
* [ Lua Grimex] ( l/lua_grimex.j )
396
+ * [ Löve] ( l/Löve.lua )
396
397
* [ M4] ( m/m4.m4 )
397
398
* [ Maclisp] ( m/maclisp.lisp )
398
399
* [ Macsyma] ( m/macsyma.mac )
Original file line number Diff line number Diff line change
1
+ function love .draw ()
2
+ love .graphics .print (" Hello World" , 400 , 300 )
3
+ end
You can’t perform that action at this time.
0 commit comments