#ifndef BANNER_H
#define BANNER_H

inline const char* get_hulatek_banner() {
    return R"(
  ██╗  ██╗██╗  ██╗██╗      █████╗ ████████╗███████╗██╗  ██╗    █████╗ ██╗
  ██║  ██║██║  ██║██║     ██╔══██╗╚══██╔══╝██╔════╝██║ ██╔╝   ██╔══██╗██║
  ███████║██║  ██║██║     ███████║   ██║   █████╗  █████═╝    ███████║██║
  ██╔══██║██║  ██║██║     ██╔══██║   ██║   ██╔══╝  ██╔═██╗    ██╔══██║██║
  ██║  ██║╚█████╔╝███████╗██║  ██║   ██║   ███████╗██║  ██╗   ██║  ██║██║
  ╚═╝  ╚═╝ ╚════╝ ╚══════╝╚═╝  ╚═╝   ╚═╝   ╚══════╝╚═╝  ╚═╝   ╚═╝  ╚═╝╚═╝
  Created by Hulatek, Inc. | Pasadena, CA | Core Engine v1.1
)";
}

#endif
