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
brew install itchyny/tap/maketen
Build from source
go install github.com/itchyny/maketen-go/cmd/maketen@latest
Bug Tracker
Report bug at Issuesă»itchyny/maketen-go - GitHub.
Author
itchyny (https://github.com/itchyny)
License
This software is released under the MIT License, see LICENSE.