7 lines
84 B
C++
7 lines
84 B
C++
|
auto main() -> lt::i32
|
||
|
{
|
||
|
std::cout << "Light built and ran fine...";
|
||
|
|
||
|
return 0;
|
||
|
}
|