diff options
author | crupest <crupest@outlook.com> | 2021-03-19 14:27:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-19 14:27:01 +0800 |
commit | ac32eebb6cad203e7a45834d3dc90b639e3d6ed3 (patch) | |
tree | f2af5189ae5555d128d8952220357d9230ac83d0 /works/life/operating-system-challenge/1 | |
parent | ec72d12002c6d3b707a014645c0da1b397dc7ee4 (diff) | |
download | crupest-ac32eebb6cad203e7a45834d3dc90b639e3d6ed3.tar.gz crupest-ac32eebb6cad203e7a45834d3dc90b639e3d6ed3.tar.bz2 crupest-ac32eebb6cad203e7a45834d3dc90b639e3d6ed3.zip |
import(life): Finish OS challenge 2.
Diffstat (limited to 'works/life/operating-system-challenge/1')
-rw-r--r-- | works/life/operating-system-challenge/1/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/works/life/operating-system-challenge/1/README.md b/works/life/operating-system-challenge/1/README.md index 2088658..db7b627 100644 --- a/works/life/operating-system-challenge/1/README.md +++ b/works/life/operating-system-challenge/1/README.md @@ -4,7 +4,7 @@ Transaltion: Write a program and make your CPU's usage rate 100%.
-Code is in `main.cpp`. Remember to not compile it with O2 optimization, or my dead cycle will be eliminated.
+Code is in `main.cpp`. Remember to not compile it with O2 optimization, or my dead loop will be eliminated.
Final effect:

|