RosettaCodeData/Task/Loops-Infinite/C++/loops-infinite-3.cpp
2019-09-12 10:33:56 -07:00

3 lines
42 B
C++

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