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