1
0
mirror of synced 2025-12-11 15:48:13 +08:00
Files
SnowFlake-IdGenerator/OtherLanguages/Vlang/source/contract/IIdGenerator.v
2021-04-01 13:29:26 +08:00

5 lines
63 B
V

module contract
pub interface IIdGenerator {
new_long() u64
}