diff --git a/README.md b/README.md index 432d00d0e..8429db07b 100644 --- a/README.md +++ b/README.md @@ -4195,7 +4195,7 @@ A process is a running program. A program is one or more instructions and the pr
If you had to design an API for processes in an operating system, what would this API look like?
- +ferhat gül It would support the following: * Create - allow to create new processes