Merge pull request #740 from nadim1992/master

This commit is contained in:
Richie Bendall 2020-04-29 02:39:11 +12:00 committed by GitHub
commit 69ef66697d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Bolgefuck](b/bolgefuck.bf)
* [Boo](b/boo.boo)
* [Boolfuck](b/boolfuck)
* [Bosque](b/bosque.bsq)
* [Brainfuck 2D](b/brainfuck-2d.bf2d)
* [Brainfuck](b/brainfuck.bf)
* [Brainloller](b/Brainloller.png)

5
b/bosque.bsq Normal file
View File

@ -0,0 +1,5 @@
namespace NSMain;
entrypoint function main(): String {
return "Hello World";
}