๐Ÿฆ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)