#include<stdio.h> int main(void) { printf("programming is fun. "); printf("and programming in C is even more fun! "); return 0; }