#include #define MAGIC 17 int main() { printf("hello\nthe magic number is %d\n", MAGIC); return 0; }