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