/* This is a sample code fragment. You should try saving it in a file, using the "Save As" command under the File menu. Save the code as "Plain Text" and then verify it was really saved that way (by viewing the file with the program "cat", or your favorite editor). Note: this is really *BAD* programming style. If you want to try this program out, save it in a file ending in ".c", for example, save the file as "foo.c" and then run the command cc foo.c which will produce a file called "a.out." Then do ./a.out to execute the command. PLEASE never hand in code like this... */ #include main(t,_,a ) char *a; { return! 0