mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
4 lines
52 B
OCaml
4 lines
52 B
OCaml
for x = 0 to 255 do
|
|
Printf.printf "\\%03o" x
|
|
done
|