/* hello.c -- hello there ** Copyright (c) 2020 Renaud Fivet */ #include #include int main( void) { puts( "hello, world") ; return EXIT_SUCCESS ; } /* end of hello.c */