Happy About the progress
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <cs50.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
string answer = get_string("What's your name? ");
|
||||
printf("Hello, %s\n", answer);
|
||||
}
|
||||
Reference in New Issue
Block a user