Skip to content

Instantly share code, notes, and snippets.

@njlr
Created May 15, 2017 15:48
Show Gist options
  • Save njlr/a7e9bae5a2f3deaf46e44ee7795deb26 to your computer and use it in GitHub Desktop.
Save njlr/a7e9bae5a2f3deaf46e44ee7795deb26 to your computer and use it in GitHub Desktop.
#ifndef MATH_HPP
#define MATH_HPP
int add(int x, int y);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment