Merge pull request #740 from nadim1992/master
This commit is contained in:
commit
69ef66697d
@ -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
5
b/bosque.bsq
Normal file
@ -0,0 +1,5 @@
|
||||
namespace NSMain;
|
||||
|
||||
entrypoint function main(): String {
|
||||
return "Hello World";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user