Solution for Exercise 4-8

ex0408

#include <stdio.h>

int main()
{
    puts("This program goes BOOM!)
    return(0);
}

Notes

* Can you find the errors?