Files
2025-11-08 20:54:55 +01:00

401 B

Hints

1. Define the TreasureChest opaque type.

  • Opaque types are defined using the opaque keyword.

2. Define the create function.

3. Define open function.

  • The == operator can be used to compare two strings for equality.