blob: 070b2422e4a74bf5600d73ddc9ba2f3af8133443 [file] [log] [blame]
--- libhello.c
+++ libhello.c
@@ -5,5 +5,5 @@
void hello(const char *person)
{
- printf("Hello %s\n", person);
+ printf("Good morning %s\n", person);
}