Creating your first project
To create a new project, click the 'plus' button in the Projects pane.
Specify your project name, choose a folder to store the new project and click Ok:
After creating the project, robots can be added to it. Click the New file icon to add a new file to your project:
A file explorer will pop up to ask you were to save it. It should already be navigated to your new project folder. If not, do this manually. Choose a name for your robot and click Save. Then you'll see a new tab with your new robot, ready to code:
Starting your first project
Double click the code below and press Ctrl+C.
use System; System.print("Hello, world");
Add the code to your new robot.
Click the Run button to run the robot.
You should now see the text “Hello, world” appear in the console.
Congratulations, you have just created your first robot.
In case you have any questions, don't hesitate to use the forums or add a new ticket.