All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
I think I did some funny math errors so new goal is 8-bit pcm
6 lines
112 B
Python
6 lines
112 B
Python
for i in range(1,256):
|
|
print(hex(i))
|
|
for i in range(0,10):
|
|
for i in range(0,256):
|
|
print(hex(i))
|