int main() {
    getenv("weather"); // thx, dwd
    getenv("light"); // TODO: sun and moon
    return 0;
}