https://github.com/tbsklg/lua-katas
This repository contains my solutions to Katas hosted on codewars.com. Each Kata is a separate Lua project that you can build and run.
https://github.com/tbsklg/lua-katas
Last synced: 3 months ago
JSON representation
This repository contains my solutions to Katas hosted on codewars.com. Each Kata is a separate Lua project that you can build and run.
- Host: GitHub
- URL: https://github.com/tbsklg/lua-katas
- Owner: tbsklg
- Created: 2024-07-08T18:09:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T18:17:09.000Z (11 months ago)
- Last Synced: 2025-03-11T01:48:31.667Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Lua-katas
[](https://www.codewars.com/users/tbsklg)This repository contains my solutions to Katas hosted on [codewars.com](https://www.codewars.com/).
Each Kata is a separate Lua project that you can build and run.# How to run
For each Kata, you can run the following commands within the Kata's directory.# Prerequisites
- [busted](https://lunarmodules.github.io/busted/#overview) (for testing)## Testing
```bash
busted
```