Skip to main content
6 of 7
added 34 characters in body
ngm
  • 4.4k
  • 9
  • 29

R, 66 60 56 43 bytes

@digEmAll with the big save.

function(n){while(print(n))n=sample(n,1)-1} 

Try it online!

ngm
  • 4.4k
  • 9
  • 29