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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading; | |
| namespace WhyFight | |
| { | |
| class Program | |
| { |
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
| from __future__ import print_function | |
| """ | |
| Utilities for 256 color support in terminals. | |
| Adapted from: | |
| http://stackoverflow.com/questions/1403353/256-color-terminal-library-for-ruby | |
| The color palette is indexed as follows: | |
| 0-15: System colors |
NewerOlder