Skip to content

Instantly share code, notes, and snippets.

@njlr
Created May 15, 2017 15:49
Show Gist options
  • Save njlr/ef10abe7cf51e1ad449c59e520426bb7 to your computer and use it in GitHub Desktop.
Save njlr/ef10abe7cf51e1ad449c59e520426bb7 to your computer and use it in GitHub Desktop.
#include <mathutils/add.hpp>
int add(int x, int y) {
return x + y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment