#ifndef GASH #define GASH #include using namespace std; class gas { //Mason Williams int n; public: gas(int initial_n): n(initial_n) {} }; #endif