hotfix: move msg_count argument

Move msg_count handling to hello2 to comply with lab5 requirements
This commit is contained in:
2024-12-01 19:43:54 +02:00
parent a64d55a819
commit 331a1ecb0b
3 changed files with 17 additions and 16 deletions

View File

@@ -1,2 +1,2 @@
void print_hello(void);
void print_hello(int);
void destroy_list(void);