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++