2d grid with initials

hi everyone. Ive just had my first opengl assignment for university and am completely stuck.
we have to generate a 2 across by three down 2D grid and have to create our own polygoninitials in each of the squares. :confused:
If anyone has any advice that would be great.

Hi !

Read the documentation for glBegin() and glEnd(), they will be your friend.

Hint: GL_LINE_STRIP and GL_LINES

Mikael