LECTURE1_STRING

PHOTO EMBED

Sun Aug 14 2022 04:08:41 GMT+0000 (Coordinated Universal Time)

Saved by @jiyeong_lee #c

#include <cs50.h>
#include <studio.h>

int main(void)
         {
         string answer = get_string("What's your name? ");
		 printf("hello, %s\n", answer);
         }
content_copyCOPY