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