test

Documentation for test.

test.plusTwoMethod
plusTwo(x)

Sum the numeric "2" to whatever it receives as input

A more detailed explanation can go here, although I guess it is not needed in this case

Arguments

  • x: The amount to which we want to add 2

Notes

  • Notes can go here

Examples

julia> five = plusTwo(3)
5
source