Skip to content

Instantly share code, notes, and snippets.

View wollmich's full-sized avatar

Michael Wollensack wollmich

  • METAS
  • Bern, Switzerland
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/// <summary>
/// Roman
/// </summary>
public struct Roman
{
/// <summary>
/// Value
/// </summary>
public int Value;