Skip to content

Instantly share code, notes, and snippets.

@yukurt
Created June 15, 2017 06:43
Show Gist options
  • Select an option

  • Save yukurt/a2e5c91330eafe94b62e7ad58b4a9781 to your computer and use it in GitHub Desktop.

Select an option

Save yukurt/a2e5c91330eafe94b62e7ad58b4a9781 to your computer and use it in GitHub Desktop.
example.hpp
struct Point
{
int x;
int y;
void greet();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment