1
0
mirror of synced 2026-04-12 03:18:41 +08:00
Files
SnowFlake-IdGenerator/zzz-OtherLanguages/V/source/contract/IIdGenerator.v
2021-04-12 20:25:56 +08:00

6 lines
64 B
V

module contract
pub interface IIdGenerator {
new_long() u64
}