Skip to content

Instantly share code, notes, and snippets.

@jsanjuan2016
Last active January 12, 2021 15:32
Show Gist options
  • Save jsanjuan2016/70e16d0615a9f9d7b2d714cee63629cc to your computer and use it in GitHub Desktop.
Save jsanjuan2016/70e16d0615a9f9d7b2d714cee63629cc to your computer and use it in GitHub Desktop.
public class Rectangle : IShape<Rectangle>
{
public Rectangle() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment