From 7649df10ac7d1503fde181faa5d356177b40c2df Mon Sep 17 00:00:00 2001 From: ZoRo Date: Tue, 31 Jul 2018 21:02:55 +0100 Subject: Initial commit --- notifylist.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 notifylist.c (limited to 'notifylist.c') diff --git a/notifylist.c b/notifylist.c new file mode 100644 index 0000000..ab98cb2 --- /dev/null +++ b/notifylist.c @@ -0,0 +1,18 @@ +#include +#include +#include +#include + +#include "__cpp.h" + +class INotify { +private: +public: +}; + + +int main() +{ + + return 0; +} \ No newline at end of file -- cgit v1.2.3