Files
herolib/lib/data/currency/currency.v
2024-12-25 09:23:31 +01:00

8 lines
77 B
V

module currency
pub struct Currency {
pub mut:
name string
usdval f64
}