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@xxxxxxxxxxxxxxxxxxxx
.



Relevant Pages