Re: Hello, World!
- From: Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 21:47:34 -0400
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@xxxxxxxxxxxxxxxxxxxx
.
- Follow-Ups:
- Re: Hello, World!
- From: Christopher Benson-Manica
- Re: Hello, World!
- Prev by Date: Re: how to optimize a for loop
- Next by Date: Re: how to optimize a for loop
- Previous by thread: how to optimize a for loop
- Next by thread: Re: Hello, World!
- Index(es):
Relevant Pages
|