build(test): now working with tmux to test

This commit is contained in:
Raphael 2025-05-12 15:14:30 +02:00
parent 68a46be858
commit d7b66ac843
2 changed files with 15 additions and 3 deletions

View file

@ -10,5 +10,7 @@ int main(int argc, char *argv[]) {
std::cout << CLR_GREY << "Port:\t\t" << CLR_GREEN << argv[1] << CLR_RESET << std::endl;
std::cout << CLR_GREY << "Password:\t" << CLR_GREEN << argv[2] << CLR_RESET << std::endl;
}
while (1)
;
return 0;
}