Delivery 1.1 - hello_world (2%)

Develop a C program "hello_world" that writes in the standard output the text "Hello world!", followed by the arguments passed to the program (one per line). Finally, it prints the current time, both as a number and in a human readable form.

Send the source code of your solution.

Hint: man 2 time