Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
C
Hello, World!
Hello, World!
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Tubular Technician
#1
Hello, World!
Oct 31 '07, 12:55 AM
#include <stdio.h>
int main(void)
{
puts("Hello, World!");
return 0;
}
Eric Sosman
#2
Oct 31 '07, 01:55 AM
Re: Hello, World!
Tubular Technician wrote:
#include <stdio.h>
>
int main(void)
{
puts("Hello, World!");
return 0;
}
#include <stdio.h>
int main(void) {
puts ("Wotcher.") ;
return 0;
}
--
Eric Sosman
esosman@ieee-dot-org.inva
lid
Comment
Post
Cancel
Christopher Benson-Manica
#3
Oct 31 '07, 01:15 PM
Re: Hello, World!
[comp.lang.c] Eric Sosman <esosman@ieee-dot-org.invalidwrot e:
#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)gma il.com |
----------------------| I do not currently read any posts posted through
sdf.lonestar.or g | Google groups, due to rampant unchecked spam.
Comment
Post
Cancel
Keith Willis
#4
Oct 31 '07, 02:15 PM
Re: Hello, World!
On Wed, 31 Oct 2007 12:59:55 +0000 (UTC), Christopher Benson-Manica
<ataru@vinland. freeshell.orgwr ote:
>#include <stdio.h>
>int main( void ) {
fprintf( stdout, "s'up, dawg!\n" );
return 0;
>}
<ob-threaddrift>
I loved the comment elsewhere[1] that "If TCP/IP handshaking was less
formal, then perhaps SYN/ACK would be YO!/SUP!"...
1.
http://www.thinkgeek.com/tshirts/coder/
</ob-threaddrift>
--
PGP key ID 0xEB7180EC
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment