The document contains code for a 3D wireframe object program in C++ using OpenGL and GLUT. The code defines functions for initialization, drawing, and window resizing. It sets up the display mode, window position and size, and registers callbacks for drawing, resizing, and the main loop. The drawing function clears the screen, sets color, applies transformations, and draws a wire cube using GLUT functions.