feat(09): adding the start w/ debug mode
This commit is contained in:
parent
db164b98e5
commit
5ddecf46b7
4 changed files with 36 additions and 35 deletions
|
|
@ -6,8 +6,17 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/05/01 14:45:40 by rparodi #+# #+# */
|
||||
/* Updated: 2025/05/01 14:45:41 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/05/01 16:28:50 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "PmergeMe.hpp"
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
if (DEBUG)
|
||||
std::cerr << CLR_MAGENTA << "Warning: DEBUG_MODE is now enable" << CLR_RESET << std::endl << std::endl;
|
||||
if (argc < 2)
|
||||
std::cerr << CLR_RED << "Usage:\t" << argv[0] << " <number> <number> ..." << CLR_RESET << std::endl;
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue