#include #include "hello.h" void print_line(const char* str) { printf("%s\n", str); }