Initial commit

This commit is contained in:
2019-03-23 17:45:05 +08:00
commit 8ff3d31f27
3 changed files with 66 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
The 4th assignment of Operating System
===
The program of `Problem 4.16` is in the directory `Problem 4.16`.
---
The program of `Problem 4.16` requires Python 3.5.2 or newer version to execute.
To execute the program, please move to the directory and type `python main.py <arguments>` or `python3 main.py <arguments>` in your command line interface.