Packages

This library helps you search for torrents from multiple popular websites and APIs on the web.

Current section

Files

Jump to
magnex lib magnex.ex
Raw

lib/magnex.ex

defmodule Magnex do
@moduledoc """
Documentation for Magnex.
"""
@doc """
Hello world.
## Examples
iex> Magnex.hello()
:world
"""
def hello do
:world
end
end