RosettaCodeData/Task/Loops-Infinite/C++/loops-infinite-3.cpp

4 lines
42 B
C++

do
std::cout << "SPAM\n";
while (true);