Skip to content

Instantly share code, notes, and snippets.

@yukurt
Created June 15, 2017 06:44
Show Gist options
  • Save yukurt/4ba915c4db0d8c7cf6cc564d5c97c7ec to your computer and use it in GitHub Desktop.
Save yukurt/4ba915c4db0d8c7cf6cc564d5c97c7ec to your computer and use it in GitHub Desktop.
example.cpp
#include "example.hpp"
#include <cstdio>
void Point::greet()
{
printf("x=%d, y=%d\n", x, y);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment