fork download
  1. n = 5
  2. while~n:print(n);n-=1
Success #stdin #stdout 0.01s 7100KB
stdin
Standard input is empty
stdout
5
4
3
2
1
0