diff options
Diffstat (limited to 'works/life/operating-system-challenge/1/README.md')
-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:

|