ユーザ用ツール

サイト用ツール


ruby:01_basic:02_hellow_world

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
ruby:01_basic:02_hellow_world [2014/05/30 01:21] – ruby:基本:hellow_world renamed to ruby:01_basic:02_hellow_world matsuiruby:01_basic:02_hellow_world [2014/05/30 01:22] (現在) matsui
行 1: 行 1:
 +====== 02 Ruby Hellow World ======
  
 +<box 40% round left|hellow_world.rb>
 +print("Hellow World."\n)
 +</box>
 +
 +===== 実行 =====
 +
 +<code console>
 + $ ruby hellow_world.rb
 + Hellow World.
 +
 +</code>