summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-12-01 15:19:08 +0100
committerGitHub <noreply@github.com>2016-12-01 15:19:08 +0100
commit6cc36cb0902f1b29424b6e52b8ddfaea68c88563 (patch)
tree8e8a4d4a327f0a5b06981e81630d916a7e48d6a0
parent51ce7fda40f3c951b807971587374c56fa9d7916 (diff)
fix #2589
-rw-r--r--visualbasic.html.markdown8
1 files changed, 0 insertions, 8 deletions
diff --git a/visualbasic.html.markdown b/visualbasic.html.markdown
index 0371e6f6..f081b907 100644
--- a/visualbasic.html.markdown
+++ b/visualbasic.html.markdown
@@ -272,11 +272,3 @@ Module Module1
End Module
```
-
-## References
-
-I learnt Visual Basic in the console application. It allowed me to understand the principles of computer programming to go on to learn other programming languages easily.
-
-I created a more indepth <a href="http://www.vbbootcamp.co.uk/" Title="Visual Basic Tutorial">Visual Basic tutorial</a> for those who would like to learn more.
-
-The entire syntax is valid. Copy the and paste in to the Visual Basic compiler and run (F5) the program.