Index Previous Next 1 2 3 4 5

Creating a New Project: Step 4

To accomplish our goal, we need to write the code that prints the "Hello World!" message. We will place the code in the file MyFile1.
Start editing the file MyFile1 by clicking on the file name. Since the file does not yet exist, we will be prompted to create it:

Screenshot 10


To proceed, you need to click on the Yes button. Now we can edit the source code file, as depicted in this screenshot:

Screenshot 11


Once the code is typed in, we can compile it by clicking on the Compile File button
Providing you typed in the code correctly, the file will compile without any errors and you should see something like this:

Screenshot 13



Next