#31238: I like to say hello


lonelybird718@gmail.com (clint-eastwood)


#include <stdio.h>
int main()
{   
    char str[10];    
    scanf("%s",str);
    printf("hello, %s",str);
    return 0; 
 }