4 lines
69 B
Text
4 lines
69 B
Text
let () =
|
|
for i = 0 to max_int do
|
|
Printf.printf "%o\n" i
|
|
done
|