commit 740195b9f6f1d83566bb3358e061ecfeb81bdd90 parent 1574e138ebeb881f3cfba7ac36e3dc70828503ce Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com> Date: Thu, 29 Oct 2020 19:10:03 -0300 Delete helloworld_w.c Diffstat:
D | helloworld_w.c | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-) diff --git a/helloworld_w.c b/helloworld_w.c @@ -1,8 +0,0 @@ -#include <stdio.h> - -int main(void) { - - printf("Hello world!\n"); - - return 0; -}