// // Created by illyum on 9/15/2024. // #include int main() { Logger logger; logger.logVersion(); return 0; }