#include<stdio.h> int main(viod) { printf(“Programming is fun. ”); printf(“And programming in C is even more fun! ”); return0; }
2-22