User guide

Standalone C - Hello World
CoMET Version 5.9 – Tutorial 13
Creating a Source File
Choose File/New File, or press Ctrl-N, or click the button in the tool bar.
New dialog:
Choose Text Document
Click OK
A new text document opens in the Document window. CoMET supplies a default window
title of Text1. Type in the following text:
#include <stdio.h>
void main() {
printf("Hello world\n");
}
Now save the file.
Choose File/Save File, or press Ctrl-S, or click the
button in the tool bar.
Save As dialog: Navigate to the appropriate project directory
Save As dialog: File name: Type hello1.c
Save As dialog: click OK