Added F, BC and BeanShell (#836)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Nithin KS
2020-10-12 15:51:47 +05:30
committed by GitHub
parent 6ff778f771
commit db740ab921
4 changed files with 10 additions and 1 deletions

2
b/BC.txt Normal file
View File

@@ -0,0 +1,2 @@
print "Hello World\n"
quit

1
b/Beanshell.bsh Normal file
View File

@@ -0,0 +1 @@
print ("Hello World");