RosettaCodeData/Task/Loops-Infinite/ReScript/loops-infinite-1.re

4 lines
32 B
C++

while true {
Js.log("SPAM")
}