https://github.com/itchyny/maketen-go
Create 10 from numbers!
https://github.com/itchyny/maketen-go
cli-tool cli-utility golang golang-library
Last synced: about 1 year ago
JSON representation
Create 10 from numbers!
- Host: GitHub
- URL: https://github.com/itchyny/maketen-go
- Owner: itchyny
- License: mit
- Created: 2019-03-23T09:26:48.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T08:36:25.000Z (over 3 years ago)
- Last Synced: 2025-04-01T16:55:51.056Z (about 1 year ago)
- Topics: cli-tool, cli-utility, golang, golang-library
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maketen-go [](https://github.com/itchyny/maketen-go/actions)
### Create 10 from numbers!
## Usage
```
$ maketen 1 2 3 4
1 + 2 + 3 + 4
1 * 2 * 3 + 4
1 * (2 * 3 + 4)
$ maketen 3 7 4 8
(3 - 7 / 4) * 8
$ maketen 1 1 9 9
(1 + 1 / 9) * 9
```
## Installation
### Homebrew
```sh
brew install itchyny/tap/maketen
```
### Build from source
```bash
go install github.com/itchyny/maketen-go/cmd/maketen@latest
```
## Bug Tracker
Report bug at [Issues・itchyny/maketen-go - GitHub](https://github.com/itchyny/maketen-go/issues).
## Author
itchyny (https://github.com/itchyny)
## License
This software is released under the MIT License, see LICENSE.