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 | 7326072213d0d6f838977a19fc5b7ee50b094ba6 (patch) | |
tree | b4a422b6cc26b14152903a82c6a858e8c115cd85 /operating-system-challenge/1 | |
parent | 65ac04604220f3dff8465cc8465ec469049529e9 (diff) | |
download | life-7326072213d0d6f838977a19fc5b7ee50b094ba6.tar.gz life-7326072213d0d6f838977a19fc5b7ee50b094ba6.tar.bz2 life-7326072213d0d6f838977a19fc5b7ee50b094ba6.zip |
Finish OS challenge 2.
Diffstat (limited to 'operating-system-challenge/1')
-rw-r--r-- | operating-system-challenge/1/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/operating-system-challenge/1/README.md b/operating-system-challenge/1/README.md index 2088658..db7b627 100644 --- a/operating-system-challenge/1/README.md +++ b/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:

|