main.cpp 127 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #include <cstdlib> #include <cstdio> int main() { printf("MY_TEST_ENV_VAR=%s\n", getenv("MY_TEST_ENV_VAR")); return 0; }