Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Added HelloWorld in VisualBasic Script #2098

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions HelloWorld.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
' Runs only on Windows

MsgBox("Hello World", 0, "Hello World")

Wscript.Echo("Hello World")