Contact: aviboots(AT)netvision.net.il
41,231 questions
53,733 answers
573 users
#include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) { printf("Have a nice day"); system("cls"); // "clc" work on windows return(0); } /* run: Press any key to continue... */