This commit is contained in:
Daniel Kirchner
2023-06-19 16:24:07 +02:00
parent fb959b3066
commit 71f7bf7206
15 changed files with 430 additions and 12 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ pragma solidity >=0.0;
pragma experimental solidity;
function identity(uint256 x) pure returns (uint256)
function identity()
{
return x;
}