@HilzFuld First of all the argument of voting Kamala because she’s not Trump is completely valid. There are only two parties competing for the presidency in the USA.
One example of Kamala’s policies is universal free healthcare. Every other developed country agrees that this is great.
@foundrynftmints That was really fun!
This was one of the hardest challenges. I could only do it with a smart contract. If anyone wants to check it out, here is the github repository I used:
https://t.co/HMmWsNXNKP
@coinhunter4life@calyptus_web3 if you do for example:
uint256 i = 3;
++i;
=> 4
BUT:
uint256 i = 3;
i++;
-> 3
i++ gives back the same value and changing it for future reference, whereas ++i immediately returns the next higher number
@calyptus_web3 It sure has something to do with ++i, that way, in the first iteration, i is already 1
That means the first account is missed and doesn’t get a token airdrop