diff --git a/README.md b/README.md index e3e69ed7..0259b0f4 100644 --- a/README.md +++ b/README.md @@ -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 (701 total) +## Languages (702 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -144,7 +144,8 @@ 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) +* [Bc](b/bc.bc) +* [Bc Gnu](b/bc-gnu.bc) * [Bcpl](b/BCPL.bcl) * [Beanshell](b/Beanshell.bsh) * [Beatnik](b/beatnik.beatnik) diff --git a/b/BC.txt b/b/bc-gnu.bc similarity index 100% rename from b/BC.txt rename to b/bc-gnu.bc diff --git a/b/bc.bc b/b/bc.bc new file mode 100644 index 00000000..06ae699f --- /dev/null +++ b/b/bc.bc @@ -0,0 +1 @@ +"Hello World"