mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Slight change the format.
This commit is contained in:
parent
0d63865f21
commit
b1ad921af5
@ -2,7 +2,7 @@
|
||||
language: Visual Basic
|
||||
contributors:
|
||||
- ["Brian Martin", "http://brianmartin.biz"]
|
||||
translators:
|
||||
translators:
|
||||
- ["Abner Chou", "http://github.com/NoahDragon"]
|
||||
lang: zh-cn
|
||||
filename: learnvisualbasic.vb-cn
|
||||
@ -74,7 +74,7 @@ Module Module1
|
||||
|
||||
' 一、对应程序目录1,下同
|
||||
|
||||
' 使用 private subs 来区分程序块.
|
||||
' 使用 private subs 声明函数。
|
||||
Private Sub HelloWorldOutput()
|
||||
' 程序名
|
||||
Console.Title = "Hello World Ouput | Learn X in Y Minutes"
|
||||
|
Loading…
Reference in New Issue
Block a user