commit c67e069e5d5b00bd7e66660a556bf403d3a0c433 parent 143c5c58603dbc551008e839175609ae5ebd0384 Author: Martin J. Klöckner <martin.cachari@gmail.com> Date: Sun, 25 Oct 2020 16:55:00 -0300 Added new line character to the message Diffstat:
M | helloworld_w.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld_w.c b/helloworld_w.c @@ -2,7 +2,7 @@ int main(void) { - printf("Hello world!"); + printf("Hello world!\n"); return 0; }