From 2e7dac15185f93413e5a6fd7a86511540cec6ba1 Mon Sep 17 00:00:00 2001 From: viniciusmo Date: Mon, 28 Apr 2014 14:41:17 -0300 Subject: [PATCH] adding language LUA --- free-programming-books-pt_BR.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 1507ce4a..e2d0c85e 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -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/) -- GitLab