You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: program-analysis/slither/exercise1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Exercise 1: Function Overridden Protection
2
2
3
-
The goal is to create a script that fills in a solidity feature of Solidity that were not present in previous version of Solidity: function overriding protection.
3
+
The goal is to create a script that performs a feature that was not present in previous version of Solidity: function overriding protection.
4
4
5
5
[exercises/exercise1/coin.sol](exercises/exercise1/coin.sol) contains a function that must never be overridden:
0 commit comments