https://github.com/rhardih/tents
https://github.com/rhardih/tents
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhardih/tents
- Owner: rhardih
- License: mit
- Created: 2021-02-14T10:06:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T20:31:40.000Z (about 4 years ago)
- Last Synced: 2025-01-24T20:41:32.826Z (3 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tents
This is a solver for the [Tents and Trees](https://www.brainbashers.com/tents.asp) problem.
## Run
### Development
The setup uses [CompileDaemon](https://github.com/githubnemo/CompileDaemon) for
automatically rebuilding and running on file change.```bash
$ make build-dev
$ make dev command="./tents -v "
```### Plain
```bash
$ make build
$ make -B
```