/*
 * hw1p1.c - solution to hw1 problem 1
 *
 */

#include <stdio.h>
#include "simpio.h"


void main()
  {
  printf("George W. Bush - muppet\n");
  }

