1 2 3 4 5 6 7 8
#include "quit.hpp" #include <cstdlib> void QuitCommand::execute() noexcept { exit(EXIT_SUCCESS); }