{"id":12,"date":"2011-02-13T03:13:42","date_gmt":"2011-02-12T18:13:42","guid":{"rendered":"http:\/\/tech.fuqinho.net\/?p=12"},"modified":"2011-02-13T03:13:42","modified_gmt":"2011-02-12T18:13:42","slug":"%e8%89%b2%e3%82%93%e3%81%aa%e8%a8%80%e8%aa%9e%e3%81%a7hello-world","status":"publish","type":"post","link":"https:\/\/tech.fuqinho.net\/?p=12","title":{"rendered":"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!"},"content":{"rendered":"<p>\t\t\t\tBlog\u306bsyntax highlighter\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5165\u308c\u305f\u306e\u3067\u3001\u52d5\u4f5c\u78ba\u8a8d\u517c\u306d\u3066\u8272\u3005\u306aHello World\u3092\u66f8\u3044\u3066\u307f\u308b\u3002<\/p>\n<p>C<\/p>\n<p>[c]<br \/>\n#include &lt;stdio.h&gt;<\/p>\n<p>int main(int argc, char **argv)<br \/>\n{<br \/>\n    printf(&quot;Hello, World!n&quot;);<br \/>\n    return 0;<br \/>\n}<br \/>\n[\/c]<\/p>\n<p>C++<\/p>\n<p>[cpp]<br \/>\n#include &lt;iostream&gt;<\/p>\n<p>int main(int argc, char* argv[])<br \/>\n{<br \/>\n    std::cout &lt;&lt; &quot;Hello, World!&quot; &lt;&lt; std::endl;<br \/>\n}<br \/>\n[\/cpp]<\/p>\n<p>JavaScript<\/p>\n<p>[javascript]<br \/>\ndocument.write(&#8216;Hello, World!&#8217;);<br \/>\n[\/javascript]<\/p>\n<p>Java<br \/>\n[java]<br \/>\npublic class Hello {<br \/>\n    public static void Main(String[] args) {<br \/>\n        System.out.println(&quot;Hello, World!&quot;);<br \/>\n    }<br \/>\n}<br \/>\n[\/java]<\/p>\n<p>C#<\/p>\n<p>[csharp]<br \/>\npublic class Hello<br \/>\n{<br \/>\n   public static void Main()<br \/>\n   {<br \/>\n      System.Console.WriteLine(&quot;Hello, World!&quot;);<br \/>\n   }<br \/>\n}<br \/>\n[\/csharp]<\/p>\n<p>Python<\/p>\n<p>[python]<br \/>\nimport sys<\/p>\n<p>sys.stdout.write(&#8216;Hello World!n&#8217;)<br \/>\n[\/python]<\/p>\n<p>Haskell<\/p>\n<p>[text]<br \/>\nmain = putStrLn &quot;Hello World!&quot;<br \/>\n[\/text]<\/p>\n<p>Scala<\/p>\n<p>[scala]<br \/>\nobject HelloWorld {<br \/>\n  def main(args: Array[String]) {<br \/>\n    println(&quot;Hello World!&quot;)<br \/>\n  }<br \/>\n}<br \/>\n[\/scala]<\/p>\n<p>Objective-C<\/p>\n<p>[objc]<br \/>\n#include &lt;Foundation\/NSObject.h&gt;<br \/>\n#include &lt;stdio.h&gt;<\/p>\n<p>@interface HelloWorld : NSObject<br \/>\n&#8211; (void) hello;<br \/>\n@end<\/p>\n<p>@implementation HelloWorld<br \/>\n&#8211; (void) hello{<br \/>\n  printf(&quot;Hello World!n&quot;);<br \/>\n}<br \/>\n@end<\/p>\n<p>int main(int argc, char **argv){<br \/>\n  id obj = [HelloWorld alloc];<br \/>\n  [obj hello];<\/p>\n<p>  return 0;<br \/>\n}<br \/>\n[\/objc]<\/p>\n<p>Hello World\u304f\u3089\u3044\u3058\u3083\u7279\u5fb4\u51fa\u306a\u3044\u304b\u3002Objective-C\u306a\u3093\u304b\u7d20\u76f4\u306b\u66f8\u3044\u305f\u3089C\u3068\u5168\u304f\u540c\u3058\u306b\u306a\u3063\u3061\u3083\u3046\u3057\u3002HelloWorld\u306b\u306f\u8b0e\u306e\u30ef\u30af\u30ef\u30af\u611f\u304c\u3042\u308b\u3002\u8a00\u8a9e\u306b\u95a2\u3057\u3066\u306f\u3001\u3053\u3053\u306b\u6319\u3052\u305f\u8a00\u8a9e\u3092\u305d\u308c\u305e\u308c\u3001\u30b3\u30f3\u30d1\u30a4\u30e9\/\u30a4\u30f3\u30bf\u30d7\u30ea\u30bf\u306e\u6319\u52d5\u304c\u30a4\u30e1\u30fc\u30b8\u3067\u304d\u308b\u7a0b\u5ea6\u307e\u3067\u3061\u3083\u3093\u3068\u899a\u3048\u308b\u306e\u304c\u76ee\u6a19\u3067\u3059\u3002\t\t<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Blog\u306bsyntax highlighter\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5165\u308c\u305f\u306e\u3067\u3001\u52d5\u4f5c\u78ba\u8a8d\u517c\u306d\u3066\u8272\u3005\u306aHello World\u3092\u66f8\u3044\u3066\u307f\u308b\u3002 C [c] #include &lt;stdio.h&gt; int main(int a &#8230; <a title=\"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!\" class=\"read-more\" href=\"https:\/\/tech.fuqinho.net\/?p=12\" aria-label=\"\u8a73\u7d30\u306f\u3053\u3061\u3089 \u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!\">\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"footnotes":""},"categories":[2],"tags":[4,5,6,8,9,10,11,12],"class_list":["post-12","post","type-post","status-publish","format-standard","hentry","category-2","tag-c","tag-cpp","tag-cshap","tag-java","tag-javascript","tag-objective-c","tag-python","tag-scala"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World! - Happy Coder<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.fuqinho.net\/?p=12\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World! - Happy Coder\" \/>\n<meta property=\"og:description\" content=\"Blog\u306bsyntax highlighter\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5165\u308c\u305f\u306e\u3067\u3001\u52d5\u4f5c\u78ba\u8a8d\u517c\u306d\u3066\u8272\u3005\u306aHello World\u3092\u66f8\u3044\u3066\u307f\u308b\u3002 C [c] #include &lt;stdio.h&gt; int main(int a ... \u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.fuqinho.net\/?p=12\" \/>\n<meta property=\"og:site_name\" content=\"Happy Coder\" \/>\n<meta property=\"article:published_time\" content=\"2011-02-12T18:13:42+00:00\" \/>\n<meta name=\"author\" content=\"fuqinho\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"fuqinho\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tech.fuqinho.net\/?p=12#article\",\"isPartOf\":{\"@id\":\"https:\/\/tech.fuqinho.net\/?p=12\"},\"author\":{\"name\":\"fuqinho\",\"@id\":\"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7\"},\"headline\":\"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!\",\"datePublished\":\"2011-02-12T18:13:42+00:00\",\"dateModified\":\"2011-02-12T18:13:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tech.fuqinho.net\/?p=12\"},\"wordCount\":182,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7\"},\"keywords\":[\"C\",\"Cpp\",\"Cshap\",\"Java\",\"JavaScript\",\"Objective-C\",\"Python\",\"Scala\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/tech.fuqinho.net\/?p=12#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.fuqinho.net\/?p=12\",\"url\":\"https:\/\/tech.fuqinho.net\/?p=12\",\"name\":\"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World! - Happy Coder\",\"isPartOf\":{\"@id\":\"https:\/\/tech.fuqinho.net\/#website\"},\"datePublished\":\"2011-02-12T18:13:42+00:00\",\"dateModified\":\"2011-02-12T18:13:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.fuqinho.net\/?p=12#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.fuqinho.net\/?p=12\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.fuqinho.net\/?p=12#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/tech.fuqinho.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tech.fuqinho.net\/#website\",\"url\":\"https:\/\/tech.fuqinho.net\/\",\"name\":\"Happy Coder\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tech.fuqinho.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7\",\"name\":\"fuqinho\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/tech.fuqinho.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/tech.fuqinho.net\/wp-content\/uploads\/2023\/02\/hatena-block_400x400.png\",\"contentUrl\":\"https:\/\/tech.fuqinho.net\/wp-content\/uploads\/2023\/02\/hatena-block_400x400.png\",\"width\":400,\"height\":400,\"caption\":\"fuqinho\"},\"logo\":{\"@id\":\"https:\/\/tech.fuqinho.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/tech.fuqinho.net\"],\"url\":\"https:\/\/tech.fuqinho.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World! - Happy Coder","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tech.fuqinho.net\/?p=12","og_locale":"ja_JP","og_type":"article","og_title":"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World! - Happy Coder","og_description":"Blog\u306bsyntax highlighter\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5165\u308c\u305f\u306e\u3067\u3001\u52d5\u4f5c\u78ba\u8a8d\u517c\u306d\u3066\u8272\u3005\u306aHello World\u3092\u66f8\u3044\u3066\u307f\u308b\u3002 C [c] #include &lt;stdio.h&gt; int main(int a ... \u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/tech.fuqinho.net\/?p=12","og_site_name":"Happy Coder","article_published_time":"2011-02-12T18:13:42+00:00","author":"fuqinho","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"fuqinho","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tech.fuqinho.net\/?p=12#article","isPartOf":{"@id":"https:\/\/tech.fuqinho.net\/?p=12"},"author":{"name":"fuqinho","@id":"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7"},"headline":"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!","datePublished":"2011-02-12T18:13:42+00:00","dateModified":"2011-02-12T18:13:42+00:00","mainEntityOfPage":{"@id":"https:\/\/tech.fuqinho.net\/?p=12"},"wordCount":182,"commentCount":0,"publisher":{"@id":"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7"},"keywords":["C","Cpp","Cshap","Java","JavaScript","Objective-C","Python","Scala"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tech.fuqinho.net\/?p=12#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tech.fuqinho.net\/?p=12","url":"https:\/\/tech.fuqinho.net\/?p=12","name":"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World! - Happy Coder","isPartOf":{"@id":"https:\/\/tech.fuqinho.net\/#website"},"datePublished":"2011-02-12T18:13:42+00:00","dateModified":"2011-02-12T18:13:42+00:00","breadcrumb":{"@id":"https:\/\/tech.fuqinho.net\/?p=12#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.fuqinho.net\/?p=12"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tech.fuqinho.net\/?p=12#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/tech.fuqinho.net\/"},{"@type":"ListItem","position":2,"name":"\u8272\u3093\u306a\u8a00\u8a9e\u3067Hello World!"}]},{"@type":"WebSite","@id":"https:\/\/tech.fuqinho.net\/#website","url":"https:\/\/tech.fuqinho.net\/","name":"Happy Coder","description":"","publisher":{"@id":"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.fuqinho.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/tech.fuqinho.net\/#\/schema\/person\/3f5c2a20c9acba8360c501cb7038a4e7","name":"fuqinho","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/tech.fuqinho.net\/#\/schema\/person\/image\/","url":"https:\/\/tech.fuqinho.net\/wp-content\/uploads\/2023\/02\/hatena-block_400x400.png","contentUrl":"https:\/\/tech.fuqinho.net\/wp-content\/uploads\/2023\/02\/hatena-block_400x400.png","width":400,"height":400,"caption":"fuqinho"},"logo":{"@id":"https:\/\/tech.fuqinho.net\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/tech.fuqinho.net"],"url":"https:\/\/tech.fuqinho.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=\/wp\/v2\/posts\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":0,"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=\/wp\/v2\/posts\/12\/revisions"}],"wp:attachment":[{"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.fuqinho.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}