#include<stdio.h> #include<stdlib.h> int main(int arg c,char arg v []) { printf("Olá pessoal !!"); gets(resposta); getch(); return 0; }