Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 132 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 132 Bytes

NewOrbit.AddOne

Adds one to almost any integer.

Usage

  var adder = new Adder();
  var result = adder.AddOne(100);