Update OneLoneCoder_CaveDiver.cpp

This commit is contained in:
Javidx9 2017-10-16 21:35:16 +01:00 committed by GitHub
parent 42a9ec3fb2
commit 7571cd4f12

View File

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