nilaymaj / esolang-park

An online visual debugger for esoteric languages
esolangpark.vercel.app
MIT License
45 stars 4 forks source link

befunge-93 hello world prints an extra null character #10

Open MostParsingVex opened 7 months ago

MostParsingVex commented 7 months ago

helloworld.txt outputs an extra null character. The following version does not

"!dlroW ,olleH">,v
               |:<
               @
MostParsingVex commented 7 months ago

Here's a pull request, if it helps. https://github.com/nilaymaj/esolang-park/compare/main...MostParsingVex:esolang-park:befunge93-helloworld-fix?expand=1

nilaymaj commented 7 months ago

Hi @MostParsingVex, thanks for raising this! I've opened PR #11 with your link. Can you also replace the default program that appears in the code editor? Your commit only changes the helloworld test program - the default program is defined in languages/befunge93/constants.ts .