1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-04 15:20:48 +00:00

adding language LUA

This commit is contained in:
viniciusmo 2014-04-28 14:41:17 -03:00
parent 18e99e623c
commit 2e7dac1518

View File

@ -13,7 +13,7 @@
* [Python](#python)
* [Ruby](#ruby)
* [Shell Script](#shell)
* [Lua](#lua)
###C
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
@ -86,3 +86,5 @@
###Shell
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
###Lua
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)