Developer Documentation
API
SustainableSoftwareEngineering.add — Methodadd(x, y)
Compute the sum of x and y.
Arguments
x::Int: The first integery::Int: The second integer
Mathematical formula
\[ (x,y) \mapsto x+y\]
Examples
julia> add(2, 3)
5