diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-01 21:51:12 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-01 21:51:12 +0100 |
| commit | 79ca071c71175ad00978d9995a7f8af49d46bda9 (patch) | |
| tree | 3e33cb6c324db9533a58cbedcea54b8b11912385 /pipeling.c | |
| parent | 796e839f5f5e60be95f1c64f3784c3eef52673a7 (diff) | |
splitting the main source into multiple files
Diffstat (limited to 'pipeling.c')
| -rw-r--r-- | pipeling.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pipeling.c b/pipeling.c new file mode 100644 index 0000000..75adc93 --- /dev/null +++ b/pipeling.c @@ -0,0 +1,8 @@ +#include <stdlib.h> +#include <unistd.h> + +int main(int argc, char *argv[]) +{ + + return 0; +} |
