// // Created by Gregory Gauthier on 06/02/2026. // # include #ifndef HELLO_STRING #define HELLO_STRING "Hello, World!" #endif int main() { printf("%s\n", HELLO_STRING); return 0; }