Data de publicació: Dec 05, 2011 9:34:44 PM
#include <stdio.h>
int main(){
char msg[15]="Kaixo mundua!!!";
puts(msg);
}