An open API service indexing awesome lists of open source software.

https://github.com/longshilin/lua-exercise

《Lua程序设计》第四版编程练习题整理
https://github.com/longshilin/lua-exercise

Last synced: 8 months ago
JSON representation

《Lua程序设计》第四版编程练习题整理

Awesome Lists containing this project

README

          

# Lua-exercise
Contains (solutions to) exercises from _Programming in Lua, 4th Edition_

## Structure
The project is divided into a subfolder per chapter named __chXX__ where _XX_ is the chapter number. Each exercise is contained in it's own file named __exYY__ with _YY_ being the exercise number as encountered in the book.