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