Help for this page

Select Code to Download


  1. or download this
    system("echo -e"\e[1;32;40m black");
    system("echo -e "\e[0m");
    
  2. or download this
    system("echo -e '\e[1;32;40m black'");
    system("echo -e '\e[0m'");