Happy About the progress
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// get_string and printf with %s
|
||||
|
||||
#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