diff options
author | Adam Bard <github@adambard.com> | 2018-08-23 21:59:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 21:59:33 -0700 |
commit | 79bcf8ce5b83505a36b4a47245f412be0751403d (patch) | |
tree | b34469260b79d91d7c2abeb90d2733d7be35ec83 /zh-cn | |
parent | b9bdba7acde9bd929599e5ede583855029366c8c (diff) | |
parent | cbc69e807b383754092bb890fa4b148393200bc4 (diff) |
Merge pull request #3187 from divayprakash/fix-build-issues
Fix build errors, closes #2753
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/visualbasic-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/visualbasic-cn.html.markdown b/zh-cn/visualbasic-cn.html.markdown index cdc2d808..e30041b3 100644 --- a/zh-cn/visualbasic-cn.html.markdown +++ b/zh-cn/visualbasic-cn.html.markdown @@ -8,7 +8,7 @@ lang: zh-cn filename: learnvisualbasic-cn.vb --- -```vbnet +``` Module Module1 Sub Main() |