diff --git a/src/README b/src/README index 80d47c2..74bad5d 100644 --- a/src/README +++ b/src/README @@ -1 +1 @@ -This is to test out if READMEs show up online in subdirs off the main project. +This is to test out if READMEs show up online in subdirs off the main project. It's good to have a practice project. diff --git a/src/hello.c b/src/hello.c index 86013a2..64b5147 100644 --- a/src/hello.c +++ b/src/hello.c @@ -5,9 +5,9 @@ int main (int argc, char **argv) { /* This is a test git app */ char in[50]; - printf ("Why, Hello there, Git!"); + printf ("Why, Hello there, Mister GitHub!"); printf("\n"); - printf("Enter Your Name: "); + printf("Please Enter Your Name: "); scanf("%s", in); printf("Buon Giorno, %s!\n", in); return (0);