Skip to content

Commit

Permalink
Add Hello World in Malbolge (TheRenegadeCoder#3939)
Browse files Browse the repository at this point in the history
Add Hello World in Malbolge.

- Added a hello world implementation for Malbolge and added a
testinfo.yml.

- Used https://zb3.me/malbolge-tools/#generator with the branch-on-read
generator with 10 maximum branches to generate the malbolge code.

- There's no "official" Docker image for malbolge, but esolang provides
great images that are used elsewhere in sample-programs (e.g. for Piet)
  • Loading branch information
auberonedu authored Oct 23, 2024
1 parent 4d1dc55 commit aa1b5ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions archive/m/malbolge/hello-world.malbolge
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
('&%:9]!~}|z2Vxwv-,POqponl$Hjihf|B@@>,=<M:9&6uXVV2TSn.Oe*c;(I&%$#"mCBA?zxxv:Pb8`qo42mZF.DIy*@dD'<;_?!\}}|z2VxSSQ
8 changes: 8 additions & 0 deletions archive/m/malbolge/testinfo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
folder:
extension: ".malbolge"
naming: "hyphen"

container:
image: "esolang/malbolge"
tag: "latest"
cmd: "malbolge {{ source.name }}{{source.extension}}"

0 comments on commit aa1b5ec

Please sign in to comment.