Add
An easy-to-use library for calculating the sum of two numbers!
package;
import add.Add.add;
class Main {
static function main() {
trace(add(5, 9)); // outputs 14
}
}
A simple and easy-to-use library to calculate the sum of two numbers
https://github.com/Vortex2Oblivion/add
To install, run:
haxelib install add 1.0.0
See using Haxelib in Haxelib documentation for more information.
An easy-to-use library for calculating the sum of two numbers!
package;
import add.Add.add;
class Main {
static function main() {
trace(add(5, 9)); // outputs 14
}
}
Contributors |
Vortex |
Version 1.0.0 |
Published 2 weeks ago |
License MIT |
|
Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!
Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.