List C++

#include 
int main ()
{
    using namespace std;
    list  listIntegers;
    return 0;
}