Code Golf: Beehive
The challenge The shortest code by character count that will generate a beehive from user input. A beehive is defined a a grid of hexagons in a size inputted by the user as two positive numbers greater than zero (no need to validate input). The first number ( W ) represents the width of the beehive - or - how many hexagons are on each row. The second number ( H ) represents the height of the beehive - or - how many hexagons are on each column. A Single hexagon is made from three ASCII characters: _ , / and \ , and three lines: __ / \ \__/ Hexagons complete each other: the first column of the