mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix a miss
This commit is contained in:
parent
60c3303970
commit
7a2d9ef06e
@ -10,8 +10,8 @@ import rand
|
|||||||
struct Time {
|
struct Time {
|
||||||
pub:
|
pub:
|
||||||
year int
|
year int
|
||||||
day int
|
|
||||||
month int
|
month int
|
||||||
|
day int
|
||||||
hour int
|
hour int
|
||||||
minute int
|
minute int
|
||||||
second int
|
second int
|
||||||
|
Loading…
Reference in New Issue
Block a user