1
0
mirror of synced 2026-04-18 06:18:40 +08:00
Files
SnowFlake-IdGenerator/zzz-OtherLanguages/V/source/contract/IIdGenerator.v
2021-04-09 21:15:41 +08:00

5 lines
63 B
V

module contract
pub interface IIdGenerator {
new_long() u64
}