Re: Hello, World!
- From: Christopher Benson-Manica <ataru@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 12:59:55 +0000 (UTC)
[comp.lang.c] Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxxx> wrote:
#include <stdio.h>
int main(void) {
puts ("Wotcher.");
return 0;
}
#include <stdio.h>
int main( void ) {
fprintf( stdout, "s'up, dawg!\n" );
return 0;
}
(I had to look up "wotcher", I admit.)
--
C. Benson Manica | I appreciate all corrections, polite or otherwise.
cbmanica(at)gmail.com |
----------------------| I do not currently read any posts posted through
sdf.lonestar.org | Google groups, due to rampant unchecked spam.
.
- Follow-Ups:
- Re: Hello, World!
- From: Keith Willis
- Re: Hello, World!
- References:
- Re: Hello, World!
- From: Eric Sosman
- Re: Hello, World!
- Prev by Date: Re: nested structures and initialization
- Next by Date: Re: The most important things to write a program
- Previous by thread: Re: Hello, World!
- Next by thread: Re: Hello, World!
- Index(es):
Relevant Pages
|