Hello guys,
I have a small problem, and searching for solution. I am trying to write program that will write all numbers from 00000000 to 99999999 into txt file.
Result in txt should look like this
00000001
00000002
00000003
So, how can I do this?
Thanks