Reference: Whitespace "Hello, World" example
DO NOT ENABLE FORMATTER IN THIS WORKSPACE.
First, install dependencies:
yarn
Then you can run the example:
yarn start
or
yarn wspace ./hello.ws
console.log("Hello, World!");
What do you see in the output when you run it?
Use ws2unws
yarn ws2unws ./hello.ws