๐ฆStructs WorkshopWORKSHOP
1
2
3
4
5
Step 1
Define a `BankAccount` struct with two fields: `Owner string` and `Balance float64`. In `main`, create a BankAccount and print both fields.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)
Step 1
Define a `BankAccount` struct with two fields: `Owner string` and `Balance float64`. In `main`, create a BankAccount and print both fields.