https://github.com/yertools/puzzle_car_traffic
A simple car traffic puzzle
https://github.com/yertools/puzzle_car_traffic
Last synced: 4 months ago
JSON representation
A simple car traffic puzzle
- Host: GitHub
- URL: https://github.com/yertools/puzzle_car_traffic
- Owner: yerTools
- License: mit
- Created: 2024-07-28T21:45:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T23:01:06.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T00:57:30.981Z (11 months ago)
- Language: Gleam
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puzzle_car_traffic
[](https://hex.pm/packages/puzzle_car_traffic)
[](https://hexdocs.pm/puzzle_car_traffic/)
```sh
gleam add puzzle_car_traffic@1
```
```gleam
import puzzle_car_traffic
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```