aboutsummaryrefslogtreecommitdiff
path: root/operating-system-challenge/1
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-19 14:27:01 +0800
committercrupest <crupest@outlook.com>2021-03-19 14:27:01 +0800
commit7326072213d0d6f838977a19fc5b7ee50b094ba6 (patch)
treeb4a422b6cc26b14152903a82c6a858e8c115cd85 /operating-system-challenge/1
parent65ac04604220f3dff8465cc8465ec469049529e9 (diff)
downloadlife-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.md2
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:
![effect](effect.png)