Current section
Files
Jump to
Current section
Files
lib/garbage_man.ex
defmodule GarbageMan do
@modulecode """
Have a look at the modules in this package, like:
* ProcessCollector
"""
use Application
def start(_type, _args) do
# No application here yet.
end
end