Honeycombs: Difference between revisions

Content added Content deleted
(C# Implementation)
m (Got rid of extra spaces at top and bottom of code)
Line 372: Line 372:


=={{header|C sharp}}==
=={{header|C sharp}}==
<lang csharp>
<lang csharp>using System;
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Linq;
Line 570: Line 569:
}
}
}
}
}</lang>
}
</lang>
XAML:
XAML:
<lang xml>
<lang xml>
Line 588: Line 586:
</Window>
</Window>
</lang>
</lang>
[[File:CSharpHoneycomb.jpg]]
[[File:CSharpHoneycomb.jpg]]



=={{header|Icon}} and {{header|Unicon}}==
=={{header|Icon}} and {{header|Unicon}}==