icinga2/lib/hello/hello.ti

11 lines
87 B
Plaintext

#include "base/application.hpp"
namespace icinga
{
class Hello : Application
{
};
}