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