diff options
Diffstat (limited to 'store/works/life/operating-system-challenge/3/README.md')
-rw-r--r-- | store/works/life/operating-system-challenge/3/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/store/works/life/operating-system-challenge/3/README.md b/store/works/life/operating-system-challenge/3/README.md new file mode 100644 index 0000000..63fa023 --- /dev/null +++ b/store/works/life/operating-system-challenge/3/README.md @@ -0,0 +1,5 @@ +
+
+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`.
|