Skip to content

Vortex2Oblivion/add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
	}
}

About

A simple and easy-to-use library to calculate the sum of two (or more) numbers

Resources

License

Stars

Watchers

Forks

Contributors

Languages