1 2 3 4 5 6
#include <hello_utils.h> int main(int argc, char** argv) { hello_utils_greeting(); return 0; }