7 lines
79 B
C
7 lines
79 B
C
|
/* The most useful C program known to man. */
|
||
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|