GitHub - itchyny/maketen-go: Create 10 from numbers!

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Create 10 from numbers!

License

MIT license

5 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

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.