Skip to content

Commit

Permalink
Added F, BC and BeanShell (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
nithinkodadhavadee and Richienb committed Oct 12, 2020
1 parent 6ff778f commit db740ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project!

<!--Languages start-->
## Languages (688 total)
## Languages (691 total)

* [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815)
Expand Down Expand Up @@ -138,7 +138,9 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Batch](b/batch.cmd)
* [Batsh](b/batsh.batsh)
* [Battlestar](b/battlestar.bts)
* [BC](b/BC.txt)
* [Bcpl](b/BCPL.bcl)
* [BeanShell](b/Beanshell.bsh)
* [Beatnik](b/beatnik.beatnik)
* [Beef](b/beef.bf)
* [Befunge](b/befunge.be)
Expand Down Expand Up @@ -256,6 +258,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Erlang Escript](e/erlang_escript.erl)
* [Euphoria](e/euphoria.ex)
* [Express](e/express.js)
* [F](f/F.f95)
* [Factor](f/factor.factor)
* [Factors](f/factors.fact)
* [Falcon](f/falcon.fal)
Expand Down
2 changes: 2 additions & 0 deletions b/BC.txt
@@ -0,0 +1,2 @@
print "Hello World\n"
quit
1 change: 1 addition & 0 deletions b/Beanshell.bsh
@@ -0,0 +1 @@
print ("Hello World");
3 changes: 3 additions & 0 deletions f/F.f95
@@ -0,0 +1,3 @@
program hello
print *, "Hello World"
end program hello

0 comments on commit db740ab

Please sign in to comment.