From ac32eebb6cad203e7a45834d3dc90b639e3d6ed3 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 19 Mar 2021 14:27:01 +0800 Subject: import(life): Finish OS challenge 2. --- works/life/operating-system-challenge/1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'works/life/operating-system-challenge/1') 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: ![effect](effect.png) -- cgit v1.2.3