#include void main(int argc,char *argv[]) { if(argc>1) //if true, they typed something { printf("ERROR! This program is not designed\n"); printf("To have anything typed after it's name!\n"); } else printf("Pleased to be of service!\n"); }