https://github.com/longshilin/lua-exercise
《Lua程序设计》第四版编程练习题整理
https://github.com/longshilin/lua-exercise
Last synced: 8 months ago
JSON representation
《Lua程序设计》第四版编程练习题整理
- Host: GitHub
- URL: https://github.com/longshilin/lua-exercise
- Owner: longshilin
- Created: 2019-07-08T01:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T01:55:32.000Z (over 6 years ago)
- Last Synced: 2025-01-07T09:35:43.918Z (9 months ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.