]> granicus.if.org Git - icinga2/blob - lib/hello/hello.ti
Implement "hello world" test app.
[icinga2] / lib / hello / hello.ti
1 #include "base/application.h"
2
3 namespace icinga
4 {
5
6 class Hello : Application
7 {
8 };
9
10 }