diff --git a/BASIC/HelloWorld.bas b/BASIC/HelloWorld.bas new file mode 100644 index 0000000..e2f438e --- /dev/null +++ b/BASIC/HelloWorld.bas @@ -0,0 +1,2 @@ +PRINT "Hello, World!" +END \ No newline at end of file diff --git a/README.md b/README.md index c85d444..e184903 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md). - [Bash](/Bash) - [Brainfuck](/Brainfuck) +- [BASIC](/BASIC) ### C. @@ -197,5 +198,6 @@ Note : if you have a programming language recommendation, you can add it in the