<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>마음의 안정을 찾기 위하여: 컴파일러별-Hello-World-출력-예제에 달린 최근 댓글/트랙백 목록</title>
		<link>http://dolba.net/tt/k2club/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Mon, 10 Nov 2008 00:56:17 +0900</pubDate>
		<generator>Textcube 1.7.6 : Staccato</generator>
		<image>
		<title>마음의 안정을 찾기 위하여: 컴파일러별-Hello-World-출력-예제에 달린 최근 댓글/트랙백 목록</title>
		<url>http://dolba.net/tt/attach/1/1237598986.jpg</url>
		<link>http://dolba.net/tt/k2club/</link>
		<width>200</width>
		<height>300</height>
		<description></description>
		</image>
		<item>
			<title>가나다님의 댓글</title>
			<link>http://dolba.net/tt/k2club/1873#comment1314</link>
			<description>C++ 또 다르게

#include &amp;lt;iostream&amp;gt;
using std::cout;

int main()
{
    cout &amp;lt;&amp;lt; &amp;quot;Hello, World!&amp;quot;;
    return 0;
}

[F#]

#light

printf &amp;quot;Hello, World!&amp;quot;

[Java]
class Hello {
 public static void main(String[] args) {
  System.out.println(&amp;quot;Hello, World!&amp;quot;);
 }
}</description>
			<author>(가나다)</author>
			<guid>http://dolba.net/tt/k2club/1873#comment1314</guid>
			<comments>http://dolba.net/tt/k2club/1873#comment</comments>
			<pubDate>Sat, 04 Oct 2008 04:22:27 +0900</pubDate>
		</item>
	</channel>
</rss>
