Download and install VS Code.
Install the ApLang Extension for VS Code.
Download and install GitHub Desktop. Launch it and sign in (optional).
Create a new repository by selecting File
> New Repository
. Name your repository and click Create Repository
.
Open the project in VS Code via Repository
> Open in Visual Studio Code
. If you don’t see the option, open the folder manually.
Create a new file named first.ap
and add: DISPLAY("Hello World")
Open the terminal in VS Code (Terminal > New Terminal) and run:
aplang first.ap
You should see Hello World
in the output.