From c7f4335edfc2f115fcfb2723eb00f11cbd14e2f6 Mon Sep 17 00:00:00 2001 From: dennysinaga036 Date: Thu, 15 Oct 2020 23:58:45 +0700 Subject: [PATCH 1/2] Add hello world program in BASIC programming language. --- BASIC/HelloWorld.bas | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 BASIC/HelloWorld.bas 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 From 6393fe35db6315a7c9f3d8151332b0c52b1ad843 Mon Sep 17 00:00:00 2001 From: dennysinaga036 Date: Fri, 16 Oct 2020 00:05:24 +0700 Subject: [PATCH 2/2] Add list programming languange & my self as a contributor in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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
M Fariz Wisnu Prananda

🖋
FebrianS Putra

🖋
Taufik Amaryansyah

🖋 +
Gabriel Sinaga

🖋