/* * @author Tobias Frisch * @file messenger_cli.c */ #include int main(int argc, const char** argv) { GNUNET_CHAT_test("Hello world"); return 0; }