#include int main() { printf("Hello from C project!\n"); printf("Built with Makefile\n"); return 0; }