mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
11 lines
87 B
Plaintext
11 lines
87 B
Plaintext
#include "base/application.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class Hello : Application
|
|
{
|
|
};
|
|
|
|
}
|