소스 검색

update interval

master
myitinos 5 년 전
부모
커밋
4dbb49d2fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      main.cpp

+ 1
- 1
main.cpp 파일 보기

@ -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);

불러오는 중...
취소
저장