RosettaCodeData/Task/Loops-Infinite/C++/loops-infinite-3.cpp
2023-07-01 13:44:08 -04:00

3 lines
42 B
C++

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