mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-20 00:10:29 -05:00
10 lines
87 B
Text
10 lines
87 B
Text
#include "base/application.hpp"
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class Hello : Application
|
|
{
|
|
};
|
|
|
|
}
|