#include "example.h" int main() { char* string = "Good morning!\n"; print(string); return 0; }