View Problem

Left Space pad a number

Given the number 73 left pad it to 10 characters "        73"
DiskEdit
ocaml
Printf.printf "%10d" 73;;
DiskEdit
ocaml

Submit a new solution for ocaml
There are 26 other solutions in additional languages (clojure, cpp, csharp, erlang ...)