// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7;
contract Test{ mapping(uint => uint) scores;
constructor(address creater){
}
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
// SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7;
contract Test{ mapping(uint => uint) scores;
constructor(address creater){
}
}