esolang-park icon indicating copy to clipboard operation
esolang-park copied to clipboard

befunge-93 hello world prints an extra null character

Open MostParsingVex opened this issue 11 months ago • 2 comments

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

"!dlroW ,olleH">,v
               |:<
               @

MostParsingVex avatar Mar 29 '24 21:03 MostParsingVex

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

MostParsingVex avatar Mar 29 '24 22:03 MostParsingVex

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 .

nilaymaj avatar Mar 31 '24 13:03 nilaymaj