mirror of https://github.com/Icinga/icinga2.git
11 lines
85 B
Plaintext
11 lines
85 B
Plaintext
|
#include "base/application.h"
|
||
|
|
||
|
namespace icinga
|
||
|
{
|
||
|
|
||
|
class Hello : Application
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|