add

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.

README.md

Add

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
	}
}
Contributors
Vortex
Version
1.0.0
Published
2 weeks ago
License
MIT

All libraries are free

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!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub