diff options
Diffstat (limited to 'works/life/operating-system-challenge/3/README.md')
-rw-r--r-- | works/life/operating-system-challenge/3/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/works/life/operating-system-challenge/3/README.md b/works/life/operating-system-challenge/3/README.md deleted file mode 100644 index 63fa023..0000000 --- a/works/life/operating-system-challenge/3/README.md +++ /dev/null @@ -1,5 +0,0 @@ -
-
-Translation: Use a lock to achieve that 3 threads print A, B, C in turn for 10 times. Output is `ABCABC...`
-
-Code is in `main.cpp`.
|