From cfbee5f556f9f02ff195f97d011c68d15ae47356 Mon Sep 17 00:00:00 2001 From: Brijesh Prasad Date: Wed, 3 Oct 2018 11:17:06 +0530 Subject: [PATCH] Add hello world using BASIC --- HelloWorld.bas | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 HelloWorld.bas diff --git a/HelloWorld.bas b/HelloWorld.bas new file mode 100644 index 00000000..90902db6 --- /dev/null +++ b/HelloWorld.bas @@ -0,0 +1,2 @@ +10 PRINT "Hello, World!" +20 END \ No newline at end of file diff --git a/README.md b/README.md index dfb8395f..ee759c46 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ This repository should eventually contain the famous "Hello World" program in al - [x] Assembly - [x] Autoit +- [x] BASIC - [x] C - [x] C# - [x] C++