#include int main(int argc, char **argv) { printf("I'm a C programmer on GNU/Linux.\n"); return 0; }