forked from ruby/www.ruby-lang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (32 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: homepage
title: "Ruby Programlama Dili"
lang: tr
header: |
<!-- //-->
intro: |
<div id="intro-wrapper">
<div id="intro">
<h1>Ruby...</h1>
<p>
Verimlilik ve sadelik üzerine odaklanmış, açık kaynak kodlu dinamik bir
dildir. Okuması doğal ve yazması kolay zarif bir sözdizimine sahiptir.
</p>
<a href="downloads/" class="download-link">Ruby'yi İndirin</a>
veya
<a href="about/">Devamını Okuyun...</a>
</div>
<div id="code"><noscript><div class="highlight"><pre><code class="ruby">
<span class="c1"># Meşhur Hello World</span>
<span class="c1"># programı Ruby'de çok</span>
<span class="c1"># basit. Şunlar gereksiz:</span>
<span class="c1">#</span>
<span class="c1"># * Bir "main" metodu</span>
<span class="c1"># * Yeni satır</span>
<span class="c1"># * Noktalı virgüller</span>
<span class="c1">#</span>
<span class="c1"># İşte kodumuz:</span>
<span class="nb">puts</span> <span class="s2">"Hello World!"</span>
</code></pre></div></noscript></div>
</div>
---