Skip to main content
7 of 7
deleted 55 characters in body
ngm
  • 4.4k
  • 9
  • 29

R, 66 60 56 43 41 bytes

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

Try it online!

ngm
  • 4.4k
  • 9
  • 29