using System; public class Test { public static void Main() { // your code goes here } } public struct Punto { public int x = 7; public int y = 5; }