#include <stdio.h>
#include <Windows.h>

int main()
{
    HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE);

    for(int i = 1; k < 255; k++)
    {
        SetConsoleTextAttribute(hConsole, k);
        printf("%d %s\n", k, "I want to be nice today!");
    }

    return 0;
}
