ARTEMIS
GetLogo.H
Go to the documentation of this file.
1 #ifndef WARPX_GET_LOGO_H_
2 #define WARPX_GET_LOGO_H_
3 
4 #include <string>
5 
6 namespace utils
7 {
8  namespace logo
9  {
15  std::string get_logo () noexcept;
16  }
17 }
18 
19 #endif
std::string get_logo() noexcept
provides an ASCII art logo for WarpX
Definition: GetLogo.cpp:3
Definition: IsIn.H:16