fork download
  1. const
  2. x = 1
  3. # ここにもコメントが書ける
  4. y = 2
  5. z = y + 5 # 計算が可能だ
Success #stdin #stdout 0s 2428KB
stdin
Standard input is empty
stdout
Standard output is empty