RosettaCodeData/Task/Enumerations/Huginn/enumerations.huginn
2023-07-01 13:44:08 -04:00

5 lines
43 B
Text

enum FRUIT {
APPLE,
BANANA,
CHERRY
}