Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

#include <stdio.

h>

#include <stdlib.h>

#include <locale.h>

int main(void)

setlocale(LC_ALL, "Portuguese");

printf("Alô mundo!\n\n");

system("PAUSE");

return 0;

You might also like