Arquivos
2016-03-27 19:20:36 -03:00

9 linhas
66 B
C

#include<stdio.h>
int main(){
printf("teste");
return 0;
}