#include #include #include "list.h" #include "hashmap.h" void ground_init(GroundScope* scope) { groundAddValueToScope(scope, "List", createListStruct()); groundAddValueToScope(scope, "Hashmap", createHashmapStruct()); }