Ir para conteúdo
Fórum Script Brasil

Chrystian Melo

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Sobre Chrystian Melo

Chrystian Melo's Achievements

0

Reputação

  1. #include <stdio.h> #define ANSI_COLOR_RED "\x1b[31m" #define ANSI_COLOR_RESET "\x1b[0m" void main(){ printf(ANSI_COLOR_RED " -> Start ! \n"ANSI_COLOR_RESET); return 0; }
×
×
  • Criar Novo...