1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 14:02:02 +02:00

Slight change the format.

This commit is contained in:
Abner
2014-02-25 17:35:27 -05:00
parent 0d63865f21
commit b1ad921af5

View File

@@ -74,7 +74,7 @@ Module Module1
' 一、对应程序目录1下同 ' 一、对应程序目录1下同
' 使用 private subs 来区分程序块. ' 使用 private subs 声明函数。
Private Sub HelloWorldOutput() Private Sub HelloWorldOutput()
' 程序名 ' 程序名
Console.Title = "Hello World Ouput | Learn X in Y Minutes" Console.Title = "Hello World Ouput | Learn X in Y Minutes"