// Demonstration of structs and enums together // Lets define enum for pokemon type // Lets define a struct for a pokemon // Lets create a variable for a pokemon and give it some data int main(void) { return 0; }