This file contains 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
0 info it worked if it ends with ok | |
1 verbose cli [ | |
1 verbose cli '/usr/local/Cellar/node/12.12.0/bin/node', | |
1 verbose cli '/usr/local/brew/bin/npm', | |
1 verbose cli 'ci' | |
1 verbose cli ] | |
2 info using npm@6.13.7 | |
3 info using node@v12.12.0 | |
4 verbose npm-session e345c6b02d3ba383 | |
5 info prepare initializing installer |
This file contains 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
# A 5x2 server farm, with the following initial capacities: | |
# | |
# 5/10 5/10 2/10 99/99 2/10 | |
# 5/10 5/10 2/10 2/10 2/10 | |
# | |
# Can be solved in eight moves. | |
# | |
/dev/grid/node-x0-y0 10T 5T 5T 50% | |
/dev/grid/node-x0-y1 10T 5T 5T 50% | |
/dev/grid/node-x1-y0 10T 5T 5T 50% |