commit bb0cd058679ff40074ab3f384151cc8a245ed39c parent 46a207e1fe036b733ea38312a2f8b03677b79dba Author: Friedel Schön <[email protected]> Date: Mon, 13 May 2024 17:06:05 +0200 remove t.c Diffstat:
D | t.c | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/t.c b/t.c @@ -1,7 +0,0 @@ -#include <stdio.h> -#include <sys/types.h> - -main() { - pid_t p = 30056; - printf("spawned pid %d\n", p); -}