light/modules/light/src/entrypoint.cpp

7 lines
84 B
C++
Raw Normal View History

auto main() -> lt::i32
{
std::cout << "Light built and ran fine...";
return 0;
}