View Single Post
Old 20-08-2009, 10:19   #96
Raistlin
Inactive
 
Join Date: Feb 2004
Location: There's no place like 127.0.0.1
Services: Depends on the person and the price they're offering
Posts: 12,384
Raistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered stars
Raistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered stars
Re: Programming Challenges?

What's wrong with this c code?

Code:
#include <stdio.h>
int main()
{
    printf("Hello World\n");
    return 0;
}


---------- Post added at 10:19 ---------- Previous post was at 10:10 ----------

NVM - nothing wrong with the code, something wrong with Ubuntu.

It doesn't include the standard libraries as part of the install, which means that the code above won't compile.

Sorted now.
Raistlin is offline   Reply With Quote