Update OneLoneCoder_CaveDiver.cpp

master
Javidx9 7 years ago committed by GitHub
parent 42a9ec3fb2
commit 7571cd4f12
  1. 4
      OneLoneCoder_CaveDiver.cpp

@ -13,7 +13,7 @@ Cheers!
Background
~~~~~~~~~~
Often as an exercide, I'll try to right code where every byte of source code
Often as an exercise, I'll try to write code where every byte of source code
should count. I feel that this is an excellent way to practice logic, code
comprehension and smarmy arrogance.
@ -104,4 +104,4 @@ int main()
pfxy("Dead...\n", 70, 30);
system("pause"); // :-P
return 0;
}
}

Loading…
Cancel
Save