This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Fizzbuzz solved by using the rules of mathematics and also Stackoverflow | |
* For 5 players (non-configurable) with autorun for 100 items each | |
* v1.0 | |
* | |
* Copyright 2017 Giosg.com Oy | |
* All rights reserved. | |
*/ | |
// http://www.aaamath.com/div66_x3.htm |