From now I will publish my note at https://giapppp.github.io/, you can check it out!
Ethernaut
Reentrancy
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
import "openzeppelin-contracts-06/math/SafeMath.sol";
contract Reentrance {
using SafeMath for uint256;