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