/* roco "Hello world!" plain and simple */ /*print each of the ascii characters*/ cout 72 cout 101 cout 108 cout 108 cout 111 cout 32 cout 119 cout 111 cout 114 cout 108 cout 100 cout 33 /*ac at the end, or the program will loop forever*/ ac