Started working on launching child process

This commit is contained in:
2026-05-17 21:30:29 +03:00
parent 1149e25616
commit 92675aee82
3 changed files with 38 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, world\n");
return 0;
}