11 lines
139 B
C++

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