#include "system.h"

using namespace std;


int
main()
{
   System("env");
   return 0;
}
