/arcade-machines-counting

Counting required arcade machines based on playtime schedule.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

arcade-machines-counting

Counting required arcade machines based on playtime schedule.

How To

Run without compile:

go run main.go /path/to/input_file.txt /path/to/output_file.txt

Run with compile:

go build -o defender-arcade
./defender-arcade /path/to/input_file.txt /path/to/output_file.txt