Files
EntityLibrary/tests/test_EntityImplementation.cpp

12 lines
108 B
C++

#include <iostream>
#include <loguru.hpp>
int main()
{
LOG_S(INFO)<< "hello world";
return 0;
}