I set up CDT for eclipse and wrote a simple hello world C program:
#include int main(void){ puts(\"Hello, world.\"); return 0; }
In ADT I did the following: