mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-16 21:42:53 +02:00
「🚧」 test: testing things, might broke.
This commit is contained in:
@ -2,4 +2,10 @@
|
||||
|
||||
pragma solidity ^0.8;
|
||||
|
||||
contract scoreStore {}
|
||||
contract scoreStore {
|
||||
uint16 test = 0;
|
||||
|
||||
function up(uint16 plus) public {
|
||||
test += plus;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user