Skip to content

Instantly share code, notes, and snippets.

@jkvor
Created May 7, 2009 23:04
Show Gist options
  • Save jkvor/108459 to your computer and use it in GitHub Desktop.
Save jkvor/108459 to your computer and use it in GitHub Desktop.
F = fun(B,Val) -> hd(io_lib:format("~." ++ integer_to_list(B) ++ "B", [Val])) end. F(2, 250). F(16, 250).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment