6 lines
91 B
C
6 lines
91 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void print_hello_from_utils2() {
|
||
|
printf("Hello from Utils2!\n");
|
||
|
}
|