fix: return Hi instead of Hello
This commit is contained in:
parent
d60cb622aa
commit
307de90e13
|
@ -6,6 +6,6 @@
|
|||
*/
|
||||
|
||||
char* say_hi(){
|
||||
return "Hello";
|
||||
return "Hi";
|
||||
}
|
||||
/* Back over to main to finish our program */
|
||||
|
|
Loading…
Reference in New Issue
Block a user