itil v0.1.0 I

Documentation for Itil.

This is for lazy printing and logging

Summary

Functions

l(term)
l(string, term)
p(term)

Hello world.

Examples

iex> I.p "sup"
:ok


iex> I.p "some term",[1,2,3]
:ok


iex> I.l "sup"
:ok

iex> I.l "some term", [1,2,4]
:ok
p(string, term)