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

3 lines
45 B
C++

for (;;)
std::cout << "SPAM" << std::endl;