Open MostParsingVex opened 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
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
.
helloworld.txt outputs an extra null character. The following version does not