Explorar el Código

update interval

master
myitinos hace 4 años
padre
commit
4dbb49d2fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      main.cpp

+ 1
- 1
main.cpp Ver fichero

@ -251,7 +251,7 @@ int main()
sleep(INTERVAL);
std::cout << "Here's your flag: ";
intervalPrint(flag, FLAG_INTERVAL, 10);
intervalPrint(flag, FLAG_INTERVAL, 13);
std::cout << "Oh no!" << std::endl;
sleep(INTERVAL);

Cargando…
Cancelar
Guardar