cs50 / problems

Checks for check50
134 stars 227 forks source link

Create hello.c #214

Closed aahmedta99 closed 8 months ago

aahmedta99 commented 8 months ago

include

include

int main (void) { printf(" hello world\n"); string answer = get_string(" what is your name ?"); printf(" hello ,%s\n",answer); }

aahmedta99 commented 8 months ago

include

include

int main (void) { printf(" hello world\n"); string answer = get_string(" what is your name ?"); printf(" hello ,%s\n",answer); }