Finished exercise 04-14

This commit is contained in:
kdeng00
2021-02-21 19:21:56 -05:00
parent cda42dd309
commit 9dff114a42
3 changed files with 43 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
int main()
{
char s[] = "this is not the end, but it might as well be.The time is nigh. The end will befall all of us. The end.\0";
char s[] = "this is not the end, but it might as well be. The end will befall all of us. The end.\0";
char t[] = "end\0";
printf("Searching for string: %s\nIn: %s\n", t, s);