SumNumbers (sum_numbers v0.1.0)
Documentation for SumNumbers
.
Sums 2 numbers. and returns the result.
Example:
iex> SumNumbers.sum_numbers(1, 2)
Link to this section Summary
Link to this section Functions
Link to this function
hello()
Hello world.
Examples
iex> SumNumbers.hello()
:world
Link to this function
sum_numbers()
Link to this function