fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
export_list_of_handlers.h
Go to the documentation of this file.
1 #ifndef EXPORT_LIST_OF_HANDLERS_H
2 #define EXPORT_LIST_OF_HANDLERS_H
3 
5  public:
6  static void print();
7 
8 };
9 
10 #endif // EXPORT_LIST_OF_HANDLERS_H
Definition: export_list_of_handlers.h:4
static void print()
Definition: export_list_of_handlers.cpp:8