My first application
From CCTools
Type the following text in CCTools editor:
#include <stdio.h> main() { printf("Hello World"); }
Press Build button or select Build option from menu.
Press New button to save with new name hello.c
Select options Build executable and Run. Press Continue button.
Press Continue button to execute application.