#pragma once
#include <string>

namespace utils {
    void print_banner();
    void print_help(const char* prog_name);
}