// My first program - to print hello world on the terminal #include void main() { printf ("Hello, World! \n") ; printf ("Hello, World! \n") ; }