Skip to content

Instantly share code, notes, and snippets.

@jzstark
Created April 17, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jzstark/ce62ca5d0c1d29064efbaf893ee40678 to your computer and use it in GitHub Desktop.
Save jzstark/ce62ca5d0c1d29064efbaf893ee40678 to your computer and use it in GitHub Desktop.
open Printf
let () =
for i = 0 to Array.length Sys.argv - 1 do
printf "[%i] %s\n" i Sys.argv.(i)
done;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment