• Source
    1. #include <stdio.h>
    2.  
    3. void main(void) {
    4. printf("Hello, I am an idoit\n");
    5. }