#include #include "light.h" int main(int argc, char **const argv) { LIGHT::Light(); return 0 ; }