Hello, World! в C, Objective-C, C++
Пример для версий
Borland C++ Builder 6,
TCC 0.9.25,
g++ 3.4.5,
gcc 3.4.5,
gcc 3.4.5 (Objective-C)
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
return 0;
}
Комментарии
]]>blog comments powered by Disqus
]]>