|
C Now |
A Commented C Program |
![]() |
/***************************************************************
* File: comments.cpp
* Purpose: A program to illustrate the use of comments.
* Author: John Young
* Date: May 24, 2004
***************************************************************/
int main () {
return 0; // 0 indicates success
}
|
|
|
|||||||
|
copyright 1999-2006, j.h.young, revised 2/13/06 |