8 lines
77 B
V
8 lines
77 B
V
module currency
|
|
|
|
pub struct Currency {
|
|
pub mut:
|
|
name string
|
|
usdval f64
|
|
}
|