Skip to content

Commit f0cd99c

Browse files
committed
Translate code comments to Vietnamese in hello_world example
1 parent 864a6fb commit f0cd99c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

vi/examples/hello_world.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: null
33
---
44

55
{% highlight ruby %}
6-
# The famous Hello World
7-
# Program is trivial in
8-
# Ruby. Superfluous:
6+
# Chương trình Hello World
7+
# nổi tiếng rất đơn giản
8+
# trong Ruby. Không cần:
99
#
10-
# * A "main" method
11-
# * Newline
12-
# * Semicolons
10+
# * Phương thức "main"
11+
# * Ký tự xuống dòng
12+
# * Dấu chấm phẩy
1313
#
14-
# Here is the Code:
14+
# Đây là mã nguồn:
1515

1616
puts "Hello World!"
1717
{% endhighlight %}

0 commit comments

Comments
 (0)