The simplest graphics program is non-interactive and might look something like:
main() { initialize_graphics(); display_graphics(); }