#include int main(int argc, char * argv[]) { printf("Hello, C-coder!\n"); return 0; }