Hello, World! in C, Objective-C, C++
Example for versions
Borland C++ Builder 6,
Turbo C++ 1.01,
g++ 3.4.5,
gcc 3.4.5,
gcc 3.4.5 (Objective-C),
gcc 4.2.4,
tcc 0.9.25
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
return 0;
}
Comments
]]>blog comments powered by Disqus
]]>