#pragma once class example { public: static int add( int x, int y ) { return x + y; } };