RosettaCodeData/Task/Loops-Infinite/MATLAB/loops-infinite.m
2023-07-01 13:44:08 -04:00

3 lines
37 B
Matlab

while true
fprintf('SPAM\n')
end