/* A program to print a useful message. */ #include main () { puts("Computers are very powerful,"); puts("but we have to know the rules."); }