/* Ohjelma tulostaa tekstin Hello world! */ #\ include\ "stdio.h" int main ( void ) { printf ( "Hel\ lo " "world!" "\n" ) ; return 0 ; }