We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864a6fb commit f0cd99cCopy full SHA for f0cd99c
1 file changed
vi/examples/hello_world.md
@@ -3,15 +3,15 @@ layout: null
3
---
4
5
{% highlight ruby %}
6
-# The famous Hello World
7
-# Program is trivial in
8
-# Ruby. Superfluous:
+# Chương trình Hello World
+# nổi tiếng rất đơn giản
+# trong Ruby. Không cần:
9
#
10
-# * A "main" method
11
-# * Newline
12
-# * Semicolons
+# * Phương thức "main"
+# * Ký tự xuống dòng
+# * Dấu chấm phẩy
13
14
-# Here is the Code:
+# Đây là mã nguồn:
15
16
puts "Hello World!"
17
{% endhighlight %}
0 commit comments