Podmiana makr na globalne zmienne statyczne. Create cargo zmodyfikowane
This commit is contained in:
parent
022bc0d069
commit
608e382095
6 changed files with 63 additions and 72 deletions
12
voidcmd.cpp
12
voidcmd.cpp
|
|
@ -82,17 +82,7 @@ static bool EmptyPath(std::string path)
|
|||
int main(int argc, char* argv[]) {
|
||||
std::string path = "";
|
||||
|
||||
std::cout <<
|
||||
" 8888888b. d8888 888 d8P \n"
|
||||
" 888 Y88b d88888 888 d8P \n"
|
||||
" 888 888 d88P888 888 d8P \n"
|
||||
" .d88b. 888 888 888 d88P d88P 888 888d88K \n"
|
||||
"d8P Y8b `Y8bd8P' 8888888P\" d88P 888 8888888b \n"
|
||||
"88888888 X88K 888 d88P 888 888 Y88b \n"
|
||||
"Y8b. .d8\"\"8b. 888 d8888888888 888 Y88b \n"
|
||||
" \"Y8888 888 888 888 d88P 888 888 Y88b\n"
|
||||
<< std::endl;
|
||||
std::cout << "\n" << PROGRAM_VERSION << " Release " << PROGRAM_COMPILING << std::endl;
|
||||
std::cout << PROGRAM_VERSION << " Release " << PROGRAM_COMPILING << std::endl;
|
||||
std::cout << "Author: " << PROGRAM_AUTHOR << std::endl;
|
||||
std::cout << "License: " << PROGRAM_LICENSE << "\n" << std::endl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue