Skip to content

itchyny/maketen-go

Repository files navigation

maketen-go CI Status

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.