https://github.com/mberlanda/programming-lua
https://github.com/mberlanda/programming-lua
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mberlanda/programming-lua
- Owner: mberlanda
- Created: 2019-08-11T13:34:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T15:10:44.000Z (over 6 years ago)
- Last Synced: 2024-10-19T11:29:23.982Z (about 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming in Lua
Excerices from _Programming in Lua, fourth edition_ (2016) by Roberto Ierusalimschy
## The Basics
[1. Getting started](./01/ex.md)
[2. Interlude: The Eight-Queen Puzzle](./02/ex.md)
[3. Numbers](./03/ex.md)