11 lines
137 B
C++

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