From 82b0fe6111cdc969809254d3628facb671faf29d Mon Sep 17 00:00:00 2001 From: "Li, Amazing Ang" Date: Thu, 4 May 2023 12:05:30 +0800 Subject: [PATCH] delete wrong readme --- Languages/en/01_HelloWeb3_en/img/readme.md | 1 - Languages/en/10_InsertionSort_en/readme.md | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 Languages/en/01_HelloWeb3_en/img/readme.md diff --git a/Languages/en/01_HelloWeb3_en/img/readme.md b/Languages/en/01_HelloWeb3_en/img/readme.md deleted file mode 100644 index 8b137891..00000000 --- a/Languages/en/01_HelloWeb3_en/img/readme.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Languages/en/10_InsertionSort_en/readme.md b/Languages/en/10_InsertionSort_en/readme.md index 2b936479..d7b14118 100644 --- a/Languages/en/10_InsertionSort_en/readme.md +++ b/Languages/en/10_InsertionSort_en/readme.md @@ -171,9 +171,4 @@ Result: ## Summary -In this lecture, we introduced control flow in Solidity and wrote a simple but bug-prone sorting algorithm. Solidity looks simple but have many traps. Every month, projects get hacked and lose millions of dollars because of small bugs in the smart contract. To write a safe contract, we need to master the basics of the Solidity and keep practicing. - - - - - +In this lecture, we introduced control flow in Solidity and wrote a simple but bug-prone sorting algorithm. Solidity looks simple but have many traps. Every month, projects get hacked and lose millions of dollars because of small bugs in the smart contract. To write a safe contract, we need to master the basics of the Solidity and keep practicing. \ No newline at end of file