Skip to content

Instantly share code, notes, and snippets.

@ElemarJR
Created December 15, 2012 20:30
Show Gist options
  • Select an option

  • Save ElemarJR/4298919 to your computer and use it in GitHub Desktop.

Select an option

Save ElemarJR/4298919 to your computer and use it in GitHub Desktop.
#pragma once
namespace WinRTComponentCpp
{
public ref class Calculator sealed
{
public:
Calculator();
int Add(int a, int b);
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment