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