/eia-color

EIA Color Training Program on Terminal (Windows and Linux)

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

EIA Color Training Program

  ______ _____             _____ ____  _      ____  _____
 |  ____|_   _|   /\      / ____/ __ \| |    / __ \|  __ \
 | |__    | |    /  \    | |   | |  | | |   | |  | | |__) |
 |  __|   | |   / /\ \   | |   | |  | | |   | |  | |  _  /
 | |____ _| |_ / ____ \  | |___| |__| | |___| |__| | | \ \
 |______|_____/_/    \_\  \_____\____/|______\____/|_|  \_\

EIA Color Training Program on terminal.

Build

# Windows (Tested on Visual Studio 2017 Community)
cl /EHsc /std:c++17 eia-color.cpp
eia-color
# Linux (Tested on GCC 8.1.0)
g++ -std=c++17 eia-color.cpp -o eia-color.exe
./eia-color.exe

License

Authored by Retorillo

No Rights Reserved (CC0)