Skip to content

Instantly share code, notes, and snippets.

@st98
Created January 10, 2015 22:21
Show Gist options
  • Save st98/5587ea86fe17db32edb4 to your computer and use it in GitHub Desktop.
Save st98/5587ea86fe17db32edb4 to your computer and use it in GitHub Desktop.
OCaml 入門。
let (+) = ( * ) in Printf.printf "%B" (3 * 5 = 15);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment