2023-10-09 17:22:29 +08:00
|
|
|
#include <iostream>
|
2023-10-16 15:54:04 +08:00
|
|
|
#include "light.h"
|
2023-10-09 17:22:29 +08:00
|
|
|
|
|
|
|
int main(int argc, char **const argv) {
|
2023-10-16 15:54:04 +08:00
|
|
|
LIGHT::Light();
|
2023-10-16 00:38:17 +08:00
|
|
|
return 0 ;
|
2023-10-08 15:34:44 +08:00
|
|
|
}
|