Skip to content

Commit a8452de

Browse files
committed
update
1 parent d68ac4d commit a8452de

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

VisualBasic/Program.vb

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Module Program
2+
Sub Main(args As String())
3+
Console.WriteLine("Hello World!")
4+
End Sub
5+
End Module

VisualBasic/Readme.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# VisualBasic Hello World
2+
3+
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects.
4+
5+
you can found python at: [https://www.python.org/](https://www.python.org/)
6+
7+
# run the program
8+
9+
you need visual studio with visual basic installed
10+
11+
you can found visual studio at: [https://visualstudio.microsoft.com/](https://visualstudio.microsoft.com/)
12+
13+
## ---------------------
14+
15+
create a new project
16+
and copy the code to the project
17+
and run the program
18+
19+
20+
## or
21+
22+
you can run the program [online](https://onlinegdb.com/2aSFRXTNbC)

0 commit comments

Comments
 (0)