Skip to content

Instantly share code, notes, and snippets.

@f1lander
Created October 26, 2016 04:57
Show Gist options
  • Save f1lander/9067f2949f7e3c7094a445dcacf3c9a6 to your computer and use it in GitHub Desktop.
Save f1lander/9067f2949f7e3c7094a445dcacf3c9a6 to your computer and use it in GitHub Desktop.
const xtreme_math = require("../../ceutek/deunitek/xtreme-math");
const math = new xtreme_math(3);
console.log(math.square); // resultado: 9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment